Html Css Color HEX #CC3C24 Harley Davidson Orange

📋 copy color: '#CC3C24'

red 204 ◦ green 60 ◦ blue 36

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

Shades of Harley Davidson Orange #CC3C24

Tints of Harley Davidson Orange #CC3C24

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3C24 (or 0xCC3C24) is known color: Harley Davidson Orange. HEX triplet: CC, 3C and 24. RGB value is (204,60,36). Sum of RGB (Red+Green+Blue) = 204+60+36=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3C24 is #33C3DB. Grayscale: #646464. Windows color (decimal): -3392476 or 2374860. OLE color: 2374860.

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

Color convert

RGB 204 60 36 -
CMYK 0 0.71 0.82 0.2
HSL 8.57º 0.7% 0.47% -
HSV(B) 8.57º 0.82% 0.8% -
XYZ 26.84 16.2 3.38 -
YUV 100.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 204 60 36 0 0.71 0.82 0.2 8.57 0.7 0.47
Hex CC 3C 24 0 47 52 14 9 46 2F
Octal 314 74 44 0 107 122 24 11 106 57
Binary 11001100 111100 100100 0 1000111 1010010 10100 1001 1000110 101111

Color Harmonies of #CC3C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3C24

Black with #CC3C24

Text Example


Text Example

White with #CC3C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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