Html Css Color HEX #CC4712 Harley Davidson Orange

📋 copy color: '#CC4712'

red 204 ◦ green 71 ◦ blue 18

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

Shades of Harley Davidson Orange #CC4712

Tints of Harley Davidson Orange #CC4712

RGB

 RED value IS 204 (80.08% from 255) = 69.62%

 GREEN value IS 71 (28.13% from 255) = 24.23%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 69.62%
G = 24.23%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4712 (or 0xCC4712) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 12. RGB value is (204,71,18). Sum of RGB (Red+Green+Blue) = 204+71+18=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4712 is #33B8ED. Grayscale: #696969. Windows color (decimal): -3389678 or 1198028. OLE color: 1198028.

HSL color Cylindrical-coordinate representation of color #CC4712: hue angle of 17.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4712 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 18 -
CMYK 0 0.65 0.91 0.2
HSL 17.1º 0.84% 0.44% -
HSV(B) 17.1º 0.91% 0.8% -
XYZ 27.26 17.39 2.49 -
YUV 104.73 79.06 198.81 -
System Red Green Blue C M Y K H S L
Decimal 204 71 18 0 0.65 0.91 0.2 17.1 0.84 0.44
Hex CC 47 12 0 41 5B 14 11 54 2C
Octal 314 107 22 0 101 133 24 21 124 54
Binary 11001100 1000111 10010 0 1000001 1011011 10100 10001 1010100 101100

Color Harmonies of #CC4712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4712

Black with #CC4712

Text Example


Text Example

White with #CC4712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4712; }

 p { color: rgb(204,71,18); }

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

background-color css

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

 a { background-color: rgb(204,71,18); }

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

border-color css

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

 span { border-color: rgb(204,71,18); }

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