Html Css Color HEX #CC2E14 Harley Davidson Orange

📋 copy color: '#CC2E14'

red 204 ◦ green 46 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2E14

Tints of Harley Davidson Orange #CC2E14

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.04%

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

R = 75.56%
G = 17.04%
B = 7.41%

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

#CC2E14 (or 0xCC2E14) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 14. RGB value is (204,46,20). Sum of RGB (Red+Green+Blue) = 204+46+20=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E14 is #33D1EB. Grayscale: #5A5A5A. Windows color (decimal): -3396076 or 1322700. OLE color: 1322700.

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

Color convert

RGB 204 46 20 -
CMYK 0 0.77 0.90 0.2
HSL 8.48º 0.82% 0.44% -
HSV(B) 8.48º 0.9% 0.8% -
XYZ 26.01 14.84 2.16 -
YUV 90.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 204 46 20 0 0.77 0.90 0.2 8.48 0.82 0.44
Hex CC 2E 14 0 4D 5A 14 8 52 2C
Octal 314 56 24 0 115 132 24 10 122 54
Binary 11001100 101110 10100 0 1001101 1011010 10100 1000 1010010 101100

Color Harmonies of #CC2E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E14

Black with #CC2E14

Text Example


Text Example

White with #CC2E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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