Html Css Color HEX #CC3E05 Harley Davidson Orange

📋 copy color: '#CC3E05'

red 204 ◦ green 62 ◦ blue 5

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

Shades of Harley Davidson Orange #CC3E05

Tints of Harley Davidson Orange #CC3E05

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.88%

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

R = 75.28%
G = 22.88%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3E05 (or 0xCC3E05) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 05. RGB value is (204,62,5). Sum of RGB (Red+Green+Blue) = 204+62+5=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3E05 is #33C1FA. Grayscale: #626262. Windows color (decimal): -3391995 or 343756. OLE color: 343756.

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

Color convert

RGB 204 62 5 -
CMYK 0 0.70 0.98 0.2
HSL 17.19º 0.95% 0.41% -
HSV(B) 17.19º 0.98% 0.8% -
XYZ 26.65 16.29 1.88 -
YUV 97.96 75.54 203.63 -
System Red Green Blue C M Y K H S L
Decimal 204 62 5 0 0.70 0.98 0.2 17.19 0.95 0.41
Hex CC 3E 5 0 46 62 14 11 5F 29
Octal 314 76 5 0 106 142 24 21 137 51
Binary 11001100 111110 101 0 1000110 1100010 10100 10001 1011111 101001

Color Harmonies of #CC3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E05

Black with #CC3E05

Text Example


Text Example

White with #CC3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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