Html Css Color HEX #CC210F Harley Davidson Orange

📋 copy color: '#CC210F'

red 204 ◦ green 33 ◦ blue 15

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

Shades of Harley Davidson Orange #CC210F

Tints of Harley Davidson Orange #CC210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 80.95%
G = 13.1%
B = 5.95%

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

#CC210F (or 0xCC210F) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 0F. RGB value is (204,33,15). Sum of RGB (Red+Green+Blue) = 204+33+15=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC210F is #33DEF0. Grayscale: #525252. Windows color (decimal): -3399409 or 991692. OLE color: 991692.

HSL color Cylindrical-coordinate representation of color #CC210F: hue angle of 5.71º degrees, saturation: 0.86, 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 #CC210F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 33 15 -
CMYK 0 0.84 0.93 0.2
HSL 5.71º 0.86% 0.43% -
HSV(B) 5.71º 0.93% 0.8% -
XYZ 25.53 13.96 1.8 -
YUV 82.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 204 33 15 0 0.84 0.93 0.2 5.71 0.86 0.43
Hex CC 21 F 0 54 5D 14 6 56 2B
Octal 314 41 17 0 124 135 24 6 126 53
Binary 11001100 100001 1111 0 1010100 1011101 10100 110 1010110 101011

Color Harmonies of #CC210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC210F

Black with #CC210F

Text Example


Text Example

White with #CC210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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