Html Css Color HEX #C84414 Harley Davidson Orange

📋 copy color: '#C84414'

red 200 ◦ green 68 ◦ blue 20

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

Shades of Harley Davidson Orange #C84414

Tints of Harley Davidson Orange #C84414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 69.44%
G = 23.61%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C84414 (or 0xC84414) is known color: Harley Davidson Orange. HEX triplet: C8, 44 and 14. RGB value is (200,68,20). Sum of RGB (Red+Green+Blue) = 200+68+20=288 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.44% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 200 - color contains mainly: red. Hex color #C84414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84414 is #37BBEB. Grayscale: #666666. Windows color (decimal): -3652588 or 1328328. OLE color: 1328328.

HSL color Cylindrical-coordinate representation of color #C84414: hue angle of 16º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84414 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 68 20 -
CMYK 0 0.66 0.9 0.22
HSL 16º 0.82% 0.43% -
HSV(B) 16º 0.9% 0.78% -
XYZ 26.01 16.46 2.47 -
YUV 102 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 200 68 20 0 0.66 0.9 0.22 16 0.82 0.43
Hex C8 44 14 0 42 5A 16 10 52 2B
Octal 310 104 24 0 102 132 26 20 122 53
Binary 11001000 1000100 10100 0 1000010 1011010 10110 10000 1010010 101011

Color Harmonies of #C84414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84414

Black with #C84414

Text Example


Text Example

White with #C84414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84414; }

 p { color: rgb(200,68,20); }

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

background-color css

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

 a { background-color: rgb(200,68,20); }

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

border-color css

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

 span { border-color: rgb(200,68,20); }

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