Html Css Color HEX #C74418 Harley Davidson Orange

📋 copy color: '#C74418'

red 199 ◦ green 68 ◦ blue 24

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

Shades of Harley Davidson Orange #C74418

Tints of Harley Davidson Orange #C74418

RGB

 RED value IS 199 (78.13% from 255) = 68.38%

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

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

R = 68.38%
G = 23.37%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C74418 (or 0xC74418) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 18. RGB value is (199,68,24). Sum of RGB (Red+Green+Blue) = 199+68+24=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C74418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74418 is #38BBE7. Grayscale: #666666. Windows color (decimal): -3718120 or 1590471. OLE color: 1590471.

HSL color Cylindrical-coordinate representation of color #C74418: hue angle of 15.09º degrees, saturation: 0.78, 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 #C74418 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 24 -
CMYK 0 0.66 0.88 0.22
HSL 15.09º 0.78% 0.44% -
HSV(B) 15.09º 0.88% 0.78% -
XYZ 25.79 16.34 2.66 -
YUV 102.15 83.9 197.08 -
System Red Green Blue C M Y K H S L
Decimal 199 68 24 0 0.66 0.88 0.22 15.09 0.78 0.44
Hex C7 44 18 0 42 58 16 F 4E 2C
Octal 307 104 30 0 102 130 26 17 116 54
Binary 11000111 1000100 11000 0 1000010 1011000 10110 1111 1001110 101100

Color Harmonies of #C74418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74418

Black with #C74418

Text Example


Text Example

White with #C74418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74418; }

 p { color: rgb(199,68,24); }

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

background-color css

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

 a { background-color: rgb(199,68,24); }

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

border-color css

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

 span { border-color: rgb(199,68,24); }

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