Html Css Color HEX #CC2814 Harley Davidson Orange

📋 copy color: '#CC2814'

red 204 ◦ green 40 ◦ blue 20

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

Shades of Harley Davidson Orange #CC2814

Tints of Harley Davidson Orange #CC2814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 77.27%
G = 15.15%
B = 7.58%

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

#CC2814 (or 0xCC2814) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 14. RGB value is (204,40,20). Sum of RGB (Red+Green+Blue) = 204+40+20=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2814 is #33D7EB. Grayscale: #575757. Windows color (decimal): -3397612 or 1321164. OLE color: 1321164.

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

Color convert

RGB 204 40 20 -
CMYK 0 0.80 0.90 0.2
HSL 6.52º 0.82% 0.44% -
HSV(B) 6.52º 0.9% 0.8% -
XYZ 25.79 14.41 2.08 -
YUV 86.76 90.33 211.63 -
System Red Green Blue C M Y K H S L
Decimal 204 40 20 0 0.80 0.90 0.2 6.52 0.82 0.44
Hex CC 28 14 0 50 5A 14 7 52 2C
Octal 314 50 24 0 120 132 24 7 122 54
Binary 11001100 101000 10100 0 1010000 1011010 10100 111 1010010 101100

Color Harmonies of #CC2814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2814

Black with #CC2814

Text Example


Text Example

White with #CC2814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2814; }

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

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

background-color css

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

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

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

border-color css

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

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

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