Html Css Color HEX #CE2400 Harley Davidson Orange

📋 copy color: '#CE2400'

red 206 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #CE2400

Tints of Harley Davidson Orange #CE2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.12%
G = 14.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CE2400 (or 0xCE2400) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 00. RGB value is (206,36,0). Sum of RGB (Red+Green+Blue) = 206+36+0=242 (32% of max value = 765). Red value is 206 (80.86% from 255 or 85.12% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2400 is #31DBFF. Grayscale: #535353. Windows color (decimal): -3267584 or 9422. OLE color: 9422.

HSL color Cylindrical-coordinate representation of color #CE2400: hue angle of 10.49º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE2400 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 36 0 -
CMYK 0 0.83 1 0.19
HSL 10.49º 1% 0.4% -
HSV(B) 10.49º 1% 0.81% -
XYZ 26.08 14.38 1.4 -
YUV 82.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 206 36 0 0 0.83 1 0.19 10.49 1 0.4
Hex CE 24 0 0 53 64 13 A 64 28
Octal 316 44 0 0 123 144 23 12 144 50
Binary 11001110 100100 0 0 1010011 1100100 10011 1010 1100100 101000

Color Harmonies of #CE2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2400

Black with #CE2400

Text Example


Text Example

White with #CE2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2400; }

 p { color: rgb(206,36,0); }

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

background-color css

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

 a { background-color: rgb(206,36,0); }

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

border-color css

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

 span { border-color: rgb(206,36,0); }

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