Html Css Color HEX #CC240C Harley Davidson Orange

📋 copy color: '#CC240C'

red 204 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #CC240C

Tints of Harley Davidson Orange #CC240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 80.95%
G = 14.29%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC240C (or 0xCC240C) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 0C. RGB value is (204,36,12). Sum of RGB (Red+Green+Blue) = 204+36+12=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC240C is #33DBF3. Grayscale: #535353. Windows color (decimal): -3398644 or 795852. OLE color: 795852.

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

Color convert

RGB 204 36 12 -
CMYK 0 0.82 0.94 0.2
HSL 7.5º 0.89% 0.42% -
HSV(B) 7.5º 0.94% 0.8% -
XYZ 25.6 14.13 1.73 -
YUV 83.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 204 36 12 0 0.82 0.94 0.2 7.5 0.89 0.42
Hex CC 24 C 0 52 5E 14 8 59 2A
Octal 314 44 14 0 122 136 24 10 131 52
Binary 11001100 100100 1100 0 1010010 1011110 10100 1000 1011001 101010

Color Harmonies of #CC240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC240C

Black with #CC240C

Text Example


Text Example

White with #CC240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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