Html Css Color HEX #CC1E14 Harley Davidson Orange

📋 copy color: '#CC1E14'

red 204 ◦ green 30 ◦ blue 20

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

Shades of Harley Davidson Orange #CC1E14

Tints of Harley Davidson Orange #CC1E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 80.31%
G = 11.81%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC1E14 (or 0xCC1E14) is known color: Harley Davidson Orange. HEX triplet: CC, 1E and 14. RGB value is (204,30,20). Sum of RGB (Red+Green+Blue) = 204+30+20=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E14 is #33E1EB. Grayscale: #515151. Windows color (decimal): -3400172 or 1318604. OLE color: 1318604.

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

Color convert

RGB 204 30 20 -
CMYK 0 0.85 0.90 0.2
HSL 3.26º 0.82% 0.44% -
HSV(B) 3.26º 0.9% 0.8% -
XYZ 25.49 13.82 1.99 -
YUV 80.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 204 30 20 0 0.85 0.90 0.2 3.26 0.82 0.44
Hex CC 1E 14 0 55 5A 14 3 52 2C
Octal 314 36 24 0 125 132 24 3 122 54
Binary 11001100 11110 10100 0 1010101 1011010 10100 11 1010010 101100

Color Harmonies of #CC1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1E14

Black with #CC1E14

Text Example


Text Example

White with #CC1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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