Html Css Color HEX #C72618 Harley Davidson Orange

📋 copy color: '#C72618'

red 199 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #C72618

Tints of Harley Davidson Orange #C72618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

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

R = 76.25%
G = 14.56%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C72618 (or 0xC72618) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 18. RGB value is (199,38,24). Sum of RGB (Red+Green+Blue) = 199+38+24=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C72618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72618 is #38D9E7. Grayscale: #545454. Windows color (decimal): -3725800 or 1582791. OLE color: 1582791.

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

Color convert

RGB 199 38 24 -
CMYK 0 0.81 0.88 0.22
HSL 4.8º 0.78% 0.44% -
HSV(B) 4.8º 0.88% 0.78% -
XYZ 24.41 13.59 2.2 -
YUV 84.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 199 38 24 0 0.81 0.88 0.22 4.8 0.78 0.44
Hex C7 26 18 0 51 58 16 5 4E 2C
Octal 307 46 30 0 121 130 26 5 116 54
Binary 11000111 100110 11000 0 1010001 1011000 10110 101 1001110 101100

Color Harmonies of #C72618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72618

Black with #C72618

Text Example


Text Example

White with #C72618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72618; }

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

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

background-color css

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

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

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

border-color css

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

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

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