Html Css Color HEX #CC3E04 Harley Davidson Orange

📋 copy color: '#CC3E04'

red 204 ◦ green 62 ◦ blue 4

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

Shades of Harley Davidson Orange #CC3E04

Tints of Harley Davidson Orange #CC3E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 75.56%
G = 22.96%
B = 1.48%

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

#CC3E04 (or 0xCC3E04) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 04. RGB value is (204,62,4). Sum of RGB (Red+Green+Blue) = 204+62+4=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3E04 is #33C1FB. Grayscale: #626262. Windows color (decimal): -3391996 or 278220. OLE color: 278220.

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

Color convert

RGB 204 62 4 -
CMYK 0 0.70 0.98 0.2
HSL 17.4º 0.96% 0.41% -
HSV(B) 17.4º 0.98% 0.8% -
XYZ 26.65 16.29 1.85 -
YUV 97.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 204 62 4 0 0.70 0.98 0.2 17.4 0.96 0.41
Hex CC 3E 4 0 46 62 14 11 60 29
Octal 314 76 4 0 106 142 24 21 140 51
Binary 11001100 111110 100 0 1000110 1100010 10100 10001 1100000 101001

Color Harmonies of #CC3E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E04

Black with #CC3E04

Text Example


Text Example

White with #CC3E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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