Html Css Color HEX #CC200F Harley Davidson Orange

📋 copy color: '#CC200F'

red 204 ◦ green 32 ◦ blue 15

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

Shades of Harley Davidson Orange #CC200F

Tints of Harley Davidson Orange #CC200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 81.27%
G = 12.75%
B = 5.98%

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

#CC200F (or 0xCC200F) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 0F. RGB value is (204,32,15). Sum of RGB (Red+Green+Blue) = 204+32+15=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC200F is #33DFF0. Grayscale: #515151. Windows color (decimal): -3399665 or 991436. OLE color: 991436.

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

Color convert

RGB 204 32 15 -
CMYK 0 0.84 0.93 0.2
HSL 5.4º 0.86% 0.43% -
HSV(B) 5.4º 0.93% 0.8% -
XYZ 25.5 13.9 1.79 -
YUV 81.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 204 32 15 0 0.84 0.93 0.2 5.4 0.86 0.43
Hex CC 20 F 0 54 5D 14 5 56 2B
Octal 314 40 17 0 124 135 24 5 126 53
Binary 11001100 100000 1111 0 1010100 1011101 10100 101 1010110 101011

Color Harmonies of #CC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC200F

Black with #CC200F

Text Example


Text Example

White with #CC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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