Html Css Color HEX #C81D15 Harley Davidson Orange

📋 copy color: '#C81D15'

red 200 ◦ green 29 ◦ blue 21

#C81D15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C81D15

Tints of Harley Davidson Orange #C81D15

RGB

 RED value IS 200 (78.52% from 255) = 80%

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 80%
G = 11.6%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C81D15 (or 0xC81D15) is known color: Harley Davidson Orange. HEX triplet: C8, 1D and 15. RGB value is (200,29,21). Sum of RGB (Red+Green+Blue) = 200+29+21=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81D15 is #37E2EA. Grayscale: #4F4F4F. Windows color (decimal): -3662571 or 1383880. OLE color: 1383880.

HSL color Cylindrical-coordinate representation of color #C81D15: hue angle of 2.68º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81D15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 29 21 -
CMYK 0 0.86 0.90 0.22
HSL 2.68º 0.81% 0.43% -
HSV(B) 2.68º 0.9% 0.78% -
XYZ 24.39 13.21 1.97 -
YUV 79.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 200 29 21 0 0.86 0.90 0.22 2.68 0.81 0.43
Hex C8 1D 15 0 56 5A 16 3 51 2B
Octal 310 35 25 0 126 132 26 3 121 53
Binary 11001000 11101 10101 0 1010110 1011010 10110 11 1010001 101011

Color Harmonies of #C81D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81D15

Black with #C81D15

Text Example


Text Example

White with #C81D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81D15; }

 p { color: rgb(200,29,21); }

 H1.HeaderClassName
 {
   color: #C81D15;
 }
 .AnyTagClassName
 {
   color: #C81D15;
 }
</style>

background-color css

<style>
 a { background-color: #C81D15; }

 a { background-color: rgb(200,29,21); }

 div.DivClassName
 {
   background-color: #C81D15;
 }
 .BgClassName
 {
   background-color: #C81D15;
 }
</style>

border-color css

<style>
 span { border-color: #C81D15; }

 span { border-color: rgb(200,29,21); }

 td.TdClassName
 {
   border-color: #C81D15;
 }
 .TagClassName
 {
   border-color: #C81D15;
 }
</style>