Html Css Color HEX #CC2313 Harley Davidson Orange

📋 copy color: '#CC2313'

red 204 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2313

Tints of Harley Davidson Orange #CC2313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 79.07%
G = 13.57%
B = 7.36%

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

#CC2313 (or 0xCC2313) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 13. RGB value is (204,35,19). Sum of RGB (Red+Green+Blue) = 204+35+19=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2313 is #33DCEC. Grayscale: #535353. Windows color (decimal): -3398893 or 1254348. OLE color: 1254348.

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

Color convert

RGB 204 35 19 -
CMYK 0 0.83 0.91 0.2
HSL 5.19º 0.83% 0.44% -
HSV(B) 5.19º 0.91% 0.8% -
XYZ 25.62 14.09 1.98 -
YUV 83.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 204 35 19 0 0.83 0.91 0.2 5.19 0.83 0.44
Hex CC 23 13 0 53 5B 14 5 53 2C
Octal 314 43 23 0 123 133 24 5 123 54
Binary 11001100 100011 10011 0 1010011 1011011 10100 101 1010011 101100

Color Harmonies of #CC2313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2313

Black with #CC2313

Text Example


Text Example

White with #CC2313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2313; }

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

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

background-color css

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

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

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

border-color css

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

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

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