Html Css Color HEX #CC2B14 Harley Davidson Orange

📋 copy color: '#CC2B14'

red 204 ◦ green 43 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2B14

Tints of Harley Davidson Orange #CC2B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 76.4%
G = 16.1%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2B14 (or 0xCC2B14) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 14. RGB value is (204,43,20). Sum of RGB (Red+Green+Blue) = 204+43+20=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B14 is #33D4EB. Grayscale: #585858. Windows color (decimal): -3396844 or 1321932. OLE color: 1321932.

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

Color convert

RGB 204 43 20 -
CMYK 0 0.79 0.90 0.2
HSL 7.5º 0.82% 0.44% -
HSV(B) 7.5º 0.9% 0.8% -
XYZ 25.89 14.62 2.12 -
YUV 88.52 89.34 210.37 -
System Red Green Blue C M Y K H S L
Decimal 204 43 20 0 0.79 0.90 0.2 7.5 0.82 0.44
Hex CC 2B 14 0 4F 5A 14 8 52 2C
Octal 314 53 24 0 117 132 24 10 122 54
Binary 11001100 101011 10100 0 1001111 1011010 10100 1000 1010010 101100

Color Harmonies of #CC2B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B14

Black with #CC2B14

Text Example


Text Example

White with #CC2B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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