Html Css Color HEX #CC4005 Harley Davidson Orange

📋 copy color: '#CC4005'

red 204 ◦ green 64 ◦ blue 5

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

Shades of Harley Davidson Orange #CC4005

Tints of Harley Davidson Orange #CC4005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 74.73%
G = 23.44%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4005 (or 0xCC4005) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 05. RGB value is (204,64,5). Sum of RGB (Red+Green+Blue) = 204+64+5=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4005 is #33BFFA. Grayscale: #636363. Windows color (decimal): -3391483 or 344268. OLE color: 344268.

HSL color Cylindrical-coordinate representation of color #CC4005: hue angle of 17.79º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4005 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 5 -
CMYK 0 0.69 0.98 0.2
HSL 17.79º 0.95% 0.41% -
HSV(B) 17.79º 0.98% 0.8% -
XYZ 26.76 16.52 1.92 -
YUV 99.13 74.88 202.8 -
System Red Green Blue C M Y K H S L
Decimal 204 64 5 0 0.69 0.98 0.2 17.79 0.95 0.41
Hex CC 40 5 0 45 62 14 12 5F 29
Octal 314 100 5 0 105 142 24 22 137 51
Binary 11001100 1000000 101 0 1000101 1100010 10100 10010 1011111 101001

Color Harmonies of #CC4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4005

Black with #CC4005

Text Example


Text Example

White with #CC4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4005; }

 p { color: rgb(204,64,5); }

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

background-color css

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

 a { background-color: rgb(204,64,5); }

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

border-color css

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

 span { border-color: rgb(204,64,5); }

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