Html Css Color HEX #CC2A13 Harley Davidson Orange

📋 copy color: '#CC2A13'

red 204 ◦ green 42 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2A13

Tints of Harley Davidson Orange #CC2A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.85%

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 76.98%
G = 15.85%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2A13 (or 0xCC2A13) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 13. RGB value is (204,42,19). Sum of RGB (Red+Green+Blue) = 204+42+19=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2A13 is #33D5EC. Grayscale: #585858. Windows color (decimal): -3397101 or 1256140. OLE color: 1256140.

HSL color Cylindrical-coordinate representation of color #CC2A13: hue angle of 7.46º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2A13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 42 19 -
CMYK 0 0.79 0.91 0.2
HSL 7.46º 0.83% 0.44% -
HSV(B) 7.46º 0.91% 0.8% -
XYZ 25.85 14.54 2.06 -
YUV 87.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 204 42 19 0 0.79 0.91 0.2 7.46 0.83 0.44
Hex CC 2A 13 0 4F 5B 14 7 53 2C
Octal 314 52 23 0 117 133 24 7 123 54
Binary 11001100 101010 10011 0 1001111 1011011 10100 111 1010011 101100

Color Harmonies of #CC2A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A13

Black with #CC2A13

Text Example


Text Example

White with #CC2A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A13; }

 p { color: rgb(204,42,19); }

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

background-color css

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

 a { background-color: rgb(204,42,19); }

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

border-color css

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

 span { border-color: rgb(204,42,19); }

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