Html Css Color HEX #CC4310 Harley Davidson Orange

📋 copy color: '#CC4310'

red 204 ◦ green 67 ◦ blue 16

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

Shades of Harley Davidson Orange #CC4310

Tints of Harley Davidson Orange #CC4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

 BLUE value IS 16 (6.64% from 255) = 5.57%

R = 71.08%
G = 23.34%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4310 (or 0xCC4310) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 10. RGB value is (204,67,16). Sum of RGB (Red+Green+Blue) = 204+67+16=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4310 is #33BCEF. Grayscale: #666666. Windows color (decimal): -3390704 or 1065932. OLE color: 1065932.

HSL color Cylindrical-coordinate representation of color #CC4310: hue angle of 16.28º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4310 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 67 16 -
CMYK 0 0.67 0.92 0.2
HSL 16.28º 0.85% 0.43% -
HSV(B) 16.28º 0.92% 0.8% -
XYZ 27 16.89 2.33 -
YUV 102.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 204 67 16 0 0.67 0.92 0.2 16.28 0.85 0.43
Hex CC 43 10 0 43 5C 14 10 55 2B
Octal 314 103 20 0 103 134 24 20 125 53
Binary 11001100 1000011 10000 0 1000011 1011100 10100 10000 1010101 101011

Color Harmonies of #CC4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4310

Black with #CC4310

Text Example


Text Example

White with #CC4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4310; }

 p { color: rgb(204,67,16); }

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

background-color css

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

 a { background-color: rgb(204,67,16); }

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

border-color css

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

 span { border-color: rgb(204,67,16); }

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