Html Css Color HEX #CC3F24 Harley Davidson Orange

📋 copy color: '#CC3F24'

red 204 ◦ green 63 ◦ blue 36

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

Shades of Harley Davidson Orange #CC3F24

Tints of Harley Davidson Orange #CC3F24

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 67.33%
G = 20.79%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC3F24 (or 0xCC3F24) is known color: Harley Davidson Orange. HEX triplet: CC, 3F and 24. RGB value is (204,63,36). Sum of RGB (Red+Green+Blue) = 204+63+36=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3F24 is #33C0DB. Grayscale: #666666. Windows color (decimal): -3391708 or 2375628. OLE color: 2375628.

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

Color convert

RGB 204 63 36 -
CMYK 0 0.69 0.82 0.2
HSL 9.64º 0.7% 0.47% -
HSV(B) 9.64º 0.82% 0.8% -
XYZ 27 16.52 3.43 -
YUV 102.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 204 63 36 0 0.69 0.82 0.2 9.64 0.7 0.47
Hex CC 3F 24 0 45 52 14 A 46 2F
Octal 314 77 44 0 105 122 24 12 106 57
Binary 11001100 111111 100100 0 1000101 1010010 10100 1010 1000110 101111

Color Harmonies of #CC3F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F24

Black with #CC3F24

Text Example


Text Example

White with #CC3F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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