Html Css Color HEX #CE2004 Harley Davidson Orange

📋 copy color: '#CE2004'

red 206 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #CE2004

Tints of Harley Davidson Orange #CE2004

RGB

 RED value IS 206 (80.86% from 255) = 85.12%

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 85.12%
G = 13.22%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE2004 (or 0xCE2004) is known color: Harley Davidson Orange. HEX triplet: CE, 20 and 04. RGB value is (206,32,4). Sum of RGB (Red+Green+Blue) = 206+32+4=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2004 is #31DFFB. Grayscale: #515151. Windows color (decimal): -3268604 or 270542. OLE color: 270542.

HSL color Cylindrical-coordinate representation of color #CE2004: hue angle of 8.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE2004 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 4 -
CMYK 0 0.84 0.98 0.19
HSL 8.32º 0.96% 0.41% -
HSV(B) 8.32º 0.98% 0.81% -
XYZ 25.99 14.16 1.48 -
YUV 80.83 84.65 217.28 -
System Red Green Blue C M Y K H S L
Decimal 206 32 4 0 0.84 0.98 0.19 8.32 0.96 0.41
Hex CE 20 4 0 54 62 13 8 60 29
Octal 316 40 4 0 124 142 23 10 140 51
Binary 11001110 100000 100 0 1010100 1100010 10011 1000 1100000 101001

Color Harmonies of #CE2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2004

Black with #CE2004

Text Example


Text Example

White with #CE2004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2004; }

 p { color: rgb(206,32,4); }

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

background-color css

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

 a { background-color: rgb(206,32,4); }

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

border-color css

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

 span { border-color: rgb(206,32,4); }

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