Html Css Color HEX #CC4002 Harley Davidson Orange

📋 copy color: '#CC4002'

red 204 ◦ green 64 ◦ blue 2

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

Shades of Harley Davidson Orange #CC4002

Tints of Harley Davidson Orange #CC4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 75.56%
G = 23.7%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC4002 (or 0xCC4002) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 02. RGB value is (204,64,2). Sum of RGB (Red+Green+Blue) = 204+64+2=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4002 is #33BFFD. Grayscale: #636363. Windows color (decimal): -3391486 or 147660. OLE color: 147660.

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

Color convert

RGB 204 64 2 -
CMYK 0 0.69 0.99 0.2
HSL 18.42º 0.98% 0.4% -
HSV(B) 18.42º 0.99% 0.8% -
XYZ 26.75 16.51 1.83 -
YUV 98.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 204 64 2 0 0.69 0.99 0.2 18.42 0.98 0.4
Hex CC 40 2 0 45 63 14 12 62 28
Octal 314 100 2 0 105 143 24 22 142 50
Binary 11001100 1000000 10 0 1000101 1100011 10100 10010 1100010 101000

Color Harmonies of #CC4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4002

Black with #CC4002

Text Example


Text Example

White with #CC4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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