Html Css Color HEX #CC2013 Harley Davidson Orange

📋 copy color: '#CC2013'

red 204 ◦ green 32 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2013

Tints of Harley Davidson Orange #CC2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

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

R = 80%
G = 12.55%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2013 (or 0xCC2013) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 13. RGB value is (204,32,19). Sum of RGB (Red+Green+Blue) = 204+32+19=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2013 is #33DFEC. Grayscale: #525252. Windows color (decimal): -3399661 or 1253580. OLE color: 1253580.

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

Color convert

RGB 204 32 19 -
CMYK 0 0.84 0.91 0.2
HSL 4.22º 0.83% 0.44% -
HSV(B) 4.22º 0.91% 0.8% -
XYZ 25.54 13.92 1.96 -
YUV 81.95 92.48 215.06 -
System Red Green Blue C M Y K H S L
Decimal 204 32 19 0 0.84 0.91 0.2 4.22 0.83 0.44
Hex CC 20 13 0 54 5B 14 4 53 2C
Octal 314 40 23 0 124 133 24 4 123 54
Binary 11001100 100000 10011 0 1010100 1011011 10100 100 1010011 101100

Color Harmonies of #CC2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2013

Black with #CC2013

Text Example


Text Example

White with #CC2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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