Html Css Color HEX #CC2213 Harley Davidson Orange

📋 copy color: '#CC2213'

red 204 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2213

Tints of Harley Davidson Orange #CC2213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 79.38%
G = 13.23%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2213 (or 0xCC2213) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 13. RGB value is (204,34,19). Sum of RGB (Red+Green+Blue) = 204+34+19=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2213 is #33DDEC. Grayscale: #535353. Windows color (decimal): -3399149 or 1254092. OLE color: 1254092.

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

Color convert

RGB 204 34 19 -
CMYK 0 0.83 0.91 0.2
HSL 4.86º 0.83% 0.44% -
HSV(B) 4.86º 0.91% 0.8% -
XYZ 25.59 14.03 1.98 -
YUV 83.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 204 34 19 0 0.83 0.91 0.2 4.86 0.83 0.44
Hex CC 22 13 0 53 5B 14 5 53 2C
Octal 314 42 23 0 123 133 24 5 123 54
Binary 11001100 100010 10011 0 1010011 1011011 10100 101 1010011 101100

Color Harmonies of #CC2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2213

Black with #CC2213

Text Example


Text Example

White with #CC2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2213; }

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

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

background-color css

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

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

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

border-color css

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

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

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