Html Css Color HEX #CC1810 Harley Davidson Orange

📋 copy color: '#CC1810'

red 204 ◦ green 24 ◦ blue 16

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

Shades of Harley Davidson Orange #CC1810

Tints of Harley Davidson Orange #CC1810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 83.61%
G = 9.84%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC1810 (or 0xCC1810) is known color: Harley Davidson Orange. HEX triplet: CC, 18 and 10. RGB value is (204,24,16). Sum of RGB (Red+Green+Blue) = 204+24+16=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1810 is #33E7EF. Grayscale: #4D4D4D. Windows color (decimal): -3401712 or 1054924. OLE color: 1054924.

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

Color convert

RGB 204 24 16 -
CMYK 0 0.88 0.92 0.2
HSL 2.55º 0.85% 0.43% -
HSV(B) 2.55º 0.92% 0.8% -
XYZ 25.32 13.53 1.77 -
YUV 76.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 204 24 16 0 0.88 0.92 0.2 2.55 0.85 0.43
Hex CC 18 10 0 58 5C 14 3 55 2B
Octal 314 30 20 0 130 134 24 3 125 53
Binary 11001100 11000 10000 0 1011000 1011100 10100 11 1010101 101011

Color Harmonies of #CC1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1810

Black with #CC1810

Text Example


Text Example

White with #CC1810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1810; }

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

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

background-color css

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

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

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

border-color css

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

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

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