Html Css Color HEX #C84118 Harley Davidson Orange

📋 copy color: '#C84118'

red 200 ◦ green 65 ◦ blue 24

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

Shades of Harley Davidson Orange #C84118

Tints of Harley Davidson Orange #C84118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 24 (9.77% from 255) = 8.3%

R = 69.2%
G = 22.49%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84118 (or 0xC84118) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 18. RGB value is (200,65,24). Sum of RGB (Red+Green+Blue) = 200+65+24=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84118 is #37BEE7. Grayscale: #646464. Windows color (decimal): -3653352 or 1589704. OLE color: 1589704.

HSL color Cylindrical-coordinate representation of color #C84118: hue angle of 13.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84118 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 65 24 -
CMYK 0 0.68 0.88 0.22
HSL 13.98º 0.79% 0.44% -
HSV(B) 13.98º 0.88% 0.78% -
XYZ 25.87 16.13 2.61 -
YUV 100.69 84.73 198.83 -
System Red Green Blue C M Y K H S L
Decimal 200 65 24 0 0.68 0.88 0.22 13.98 0.79 0.44
Hex C8 41 18 0 44 58 16 E 4F 2C
Octal 310 101 30 0 104 130 26 16 117 54
Binary 11001000 1000001 11000 0 1000100 1011000 10110 1110 1001111 101100

Color Harmonies of #C84118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84118

Black with #C84118

Text Example


Text Example

White with #C84118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84118; }

 p { color: rgb(200,65,24); }

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

background-color css

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

 a { background-color: rgb(200,65,24); }

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

border-color css

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

 span { border-color: rgb(200,65,24); }

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