Html Css Color HEX #CC2E13 Harley Davidson Orange

📋 copy color: '#CC2E13'

red 204 ◦ green 46 ◦ blue 19

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

Shades of Harley Davidson Orange #CC2E13

Tints of Harley Davidson Orange #CC2E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 75.84%
G = 17.1%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC2E13 (or 0xCC2E13) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 13. RGB value is (204,46,19). Sum of RGB (Red+Green+Blue) = 204+46+19=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E13 is #33D1EC. Grayscale: #5A5A5A. Windows color (decimal): -3396077 or 1257164. OLE color: 1257164.

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

Color convert

RGB 204 46 19 -
CMYK 0 0.77 0.91 0.2
HSL 8.76º 0.83% 0.44% -
HSV(B) 8.76º 0.91% 0.8% -
XYZ 26 14.84 2.11 -
YUV 90.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 204 46 19 0 0.77 0.91 0.2 8.76 0.83 0.44
Hex CC 2E 13 0 4D 5B 14 9 53 2C
Octal 314 56 23 0 115 133 24 11 123 54
Binary 11001100 101110 10011 0 1001101 1011011 10100 1001 1010011 101100

Color Harmonies of #CC2E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2E13

Black with #CC2E13

Text Example


Text Example

White with #CC2E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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