Html Css Color HEX #CC2A05 Harley Davidson Orange

📋 copy color: '#CC2A05'

red 204 ◦ green 42 ◦ blue 5

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

Shades of Harley Davidson Orange #CC2A05

Tints of Harley Davidson Orange #CC2A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.73%

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

R = 81.27%
G = 16.73%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2A05 (or 0xCC2A05) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 05. RGB value is (204,42,5). Sum of RGB (Red+Green+Blue) = 204+42+5=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2A05 is #33D5FA. Grayscale: #565656. Windows color (decimal): -3397115 or 338636. OLE color: 338636.

HSL color Cylindrical-coordinate representation of color #CC2A05: hue angle of 11.16º 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 #CC2A05 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 5 -
CMYK 0 0.79 0.98 0.2
HSL 11.16º 0.95% 0.41% -
HSV(B) 11.16º 0.98% 0.8% -
XYZ 25.76 14.5 1.59 -
YUV 86.22 82.17 212.01 -
System Red Green Blue C M Y K H S L
Decimal 204 42 5 0 0.79 0.98 0.2 11.16 0.95 0.41
Hex CC 2A 5 0 4F 62 14 B 5F 29
Octal 314 52 5 0 117 142 24 13 137 51
Binary 11001100 101010 101 0 1001111 1100010 10100 1011 1011111 101001

Color Harmonies of #CC2A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A05

Black with #CC2A05

Text Example


Text Example

White with #CC2A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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