Html Css Color HEX #CC2310 Harley Davidson Orange

📋 copy color: '#CC2310'

red 204 ◦ green 35 ◦ blue 16

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

Shades of Harley Davidson Orange #CC2310

Tints of Harley Davidson Orange #CC2310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 80%
G = 13.73%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC2310 (or 0xCC2310) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 10. RGB value is (204,35,16). Sum of RGB (Red+Green+Blue) = 204+35+16=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2310 is #33DCEF. Grayscale: #535353. Windows color (decimal): -3398896 or 1057740. OLE color: 1057740.

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

Color convert

RGB 204 35 16 -
CMYK 0 0.83 0.92 0.2
HSL 6.06º 0.85% 0.43% -
HSV(B) 6.06º 0.92% 0.8% -
XYZ 25.6 14.08 1.86 -
YUV 83.37 89.99 214.04 -
System Red Green Blue C M Y K H S L
Decimal 204 35 16 0 0.83 0.92 0.2 6.06 0.85 0.43
Hex CC 23 10 0 53 5C 14 6 55 2B
Octal 314 43 20 0 123 134 24 6 125 53
Binary 11001100 100011 10000 0 1010011 1011100 10100 110 1010101 101011

Color Harmonies of #CC2310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2310

Black with #CC2310

Text Example


Text Example

White with #CC2310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2310; }

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

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

background-color css

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

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

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

border-color css

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

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

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