Html Css Color HEX #CC2914 Harley Davidson Orange

📋 copy color: '#CC2914'

red 204 ◦ green 41 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2914

Tints of Harley Davidson Orange #CC2914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.47%

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

R = 76.98%
G = 15.47%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC2914 (or 0xCC2914) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 14. RGB value is (204,41,20). Sum of RGB (Red+Green+Blue) = 204+41+20=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2914 is #33D6EB. Grayscale: #575757. Windows color (decimal): -3397356 or 1321420. OLE color: 1321420.

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

Color convert

RGB 204 41 20 -
CMYK 0 0.80 0.90 0.2
HSL 6.85º 0.82% 0.44% -
HSV(B) 6.85º 0.9% 0.8% -
XYZ 25.82 14.47 2.09 -
YUV 87.34 90 211.21 -
System Red Green Blue C M Y K H S L
Decimal 204 41 20 0 0.80 0.90 0.2 6.85 0.82 0.44
Hex CC 29 14 0 50 5A 14 7 52 2C
Octal 314 51 24 0 120 132 24 7 122 54
Binary 11001100 101001 10100 0 1010000 1011010 10100 111 1010010 101100

Color Harmonies of #CC2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2914

Black with #CC2914

Text Example


Text Example

White with #CC2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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