Html Css Color HEX #CC3E24 Harley Davidson Orange

📋 copy color: '#CC3E24'

red 204 ◦ green 62 ◦ blue 36

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

Shades of Harley Davidson Orange #CC3E24

Tints of Harley Davidson Orange #CC3E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 67.55%
G = 20.53%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3E24 (or 0xCC3E24) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 24. RGB value is (204,62,36). Sum of RGB (Red+Green+Blue) = 204+62+36=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E24 is #33C1DB. Grayscale: #656565. Windows color (decimal): -3391964 or 2375372. OLE color: 2375372.

HSL color Cylindrical-coordinate representation of color #CC3E24: hue angle of 9.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC3E24 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 62 36 -
CMYK 0 0.70 0.82 0.2
HSL 9.29º 0.7% 0.47% -
HSV(B) 9.29º 0.82% 0.8% -
XYZ 26.94 16.41 3.42 -
YUV 101.49 91.04 201.11 -
System Red Green Blue C M Y K H S L
Decimal 204 62 36 0 0.70 0.82 0.2 9.29 0.7 0.47
Hex CC 3E 24 0 46 52 14 9 46 2F
Octal 314 76 44 0 106 122 24 11 106 57
Binary 11001100 111110 100100 0 1000110 1010010 10100 1001 1000110 101111

Color Harmonies of #CC3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3E24

Black with #CC3E24

Text Example


Text Example

White with #CC3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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