Html Css Color HEX #CC2C05 Harley Davidson Orange

📋 copy color: '#CC2C05'

red 204 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #CC2C05

Tints of Harley Davidson Orange #CC2C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

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

R = 80.63%
G = 17.39%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2C05 (or 0xCC2C05) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 05. RGB value is (204,44,5). Sum of RGB (Red+Green+Blue) = 204+44+5=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C05 is #33D3FA. Grayscale: #575757. Windows color (decimal): -3396603 or 339148. OLE color: 339148.

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

Color convert

RGB 204 44 5 -
CMYK 0 0.78 0.98 0.2
HSL 11.76º 0.95% 0.41% -
HSV(B) 11.76º 0.98% 0.8% -
XYZ 25.83 14.65 1.61 -
YUV 87.39 81.51 211.17 -
System Red Green Blue C M Y K H S L
Decimal 204 44 5 0 0.78 0.98 0.2 11.76 0.95 0.41
Hex CC 2C 5 0 4E 62 14 C 5F 29
Octal 314 54 5 0 116 142 24 14 137 51
Binary 11001100 101100 101 0 1001110 1100010 10100 1100 1011111 101001

Color Harmonies of #CC2C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C05

Black with #CC2C05

Text Example


Text Example

White with #CC2C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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