Html Css Color HEX #CC2F14 Harley Davidson Orange

📋 copy color: '#CC2F14'

red 204 ◦ green 47 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2F14

Tints of Harley Davidson Orange #CC2F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 75.28%
G = 17.34%
B = 7.38%

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

#CC2F14 (or 0xCC2F14) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 14. RGB value is (204,47,20). Sum of RGB (Red+Green+Blue) = 204+47+20=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F14 is #33D0EB. Grayscale: #5B5B5B. Windows color (decimal): -3395820 or 1322956. OLE color: 1322956.

HSL color Cylindrical-coordinate representation of color #CC2F14: hue angle of 8.8º degrees, saturation: 0.82, 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 #CC2F14 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 47 20 -
CMYK 0 0.77 0.90 0.2
HSL 8.8º 0.82% 0.44% -
HSV(B) 8.8º 0.9% 0.8% -
XYZ 26.04 14.92 2.17 -
YUV 90.87 88.01 208.7 -
System Red Green Blue C M Y K H S L
Decimal 204 47 20 0 0.77 0.90 0.2 8.8 0.82 0.44
Hex CC 2F 14 0 4D 5A 14 9 52 2C
Octal 314 57 24 0 115 132 24 11 122 54
Binary 11001100 101111 10100 0 1001101 1011010 10100 1001 1010010 101100

Color Harmonies of #CC2F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2F14

Black with #CC2F14

Text Example


Text Example

White with #CC2F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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