Html Css Color HEX #CC2F15 Harley Davidson Orange

📋 copy color: '#CC2F15'

red 204 ◦ green 47 ◦ blue 21

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

Shades of Harley Davidson Orange #CC2F15

Tints of Harley Davidson Orange #CC2F15

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.28%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 75%
G = 17.28%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2F15 (or 0xCC2F15) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 15. RGB value is (204,47,21). Sum of RGB (Red+Green+Blue) = 204+47+21=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F15 is #33D0EA. Grayscale: #5B5B5B. Windows color (decimal): -3395819 or 1388492. OLE color: 1388492.

HSL color Cylindrical-coordinate representation of color #CC2F15: hue angle of 8.52º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC2F15 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 21 -
CMYK 0 0.77 0.90 0.2
HSL 8.52º 0.81% 0.44% -
HSV(B) 8.52º 0.9% 0.8% -
XYZ 26.05 14.92 2.22 -
YUV 90.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 204 47 21 0 0.77 0.90 0.2 8.52 0.81 0.44
Hex CC 2F 15 0 4D 5A 14 9 51 2C
Octal 314 57 25 0 115 132 24 11 121 54
Binary 11001100 101111 10101 0 1001101 1011010 10100 1001 1010001 101100

Color Harmonies of #CC2F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F15

Black with #CC2F15

Text Example


Text Example

White with #CC2F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F15; }

 p { color: rgb(204,47,21); }

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

background-color css

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

 a { background-color: rgb(204,47,21); }

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

border-color css

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

 span { border-color: rgb(204,47,21); }

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