Html Css Color HEX #CC210E Harley Davidson Orange

📋 copy color: '#CC210E'

red 204 ◦ green 33 ◦ blue 14

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

Shades of Harley Davidson Orange #CC210E

Tints of Harley Davidson Orange #CC210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 81.27%
G = 13.15%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC210E (or 0xCC210E) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 0E. RGB value is (204,33,14). Sum of RGB (Red+Green+Blue) = 204+33+14=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC210E is #33DEF1. Grayscale: #525252. Windows color (decimal): -3399410 or 926156. OLE color: 926156.

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

Color convert

RGB 204 33 14 -
CMYK 0 0.84 0.93 0.2
HSL 0.87% 0.43% -
HSV(B) 0.93% 0.8% -
XYZ 25.52 13.96 1.76 -
YUV 81.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 204 33 14 0 0.84 0.93 0.2 6 0.87 0.43
Hex CC 21 E 0 54 5D 14 6 57 2B
Octal 314 41 16 0 124 135 24 6 127 53
Binary 11001100 100001 1110 0 1010100 1011101 10100 110 1010111 101011

Color Harmonies of #CC210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC210E

Black with #CC210E

Text Example


Text Example

White with #CC210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC210E; }

 p { color: rgb(204,33,14); }

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

background-color css

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

 a { background-color: rgb(204,33,14); }

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

border-color css

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

 span { border-color: rgb(204,33,14); }

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