Html Css Color HEX #CE400E Harley Davidson Orange

📋 copy color: '#CE400E'

red 206 ◦ green 64 ◦ blue 14

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

Shades of Harley Davidson Orange #CE400E

Tints of Harley Davidson Orange #CE400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 72.54%
G = 22.54%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE400E (or 0xCE400E) is known color: Harley Davidson Orange. HEX triplet: CE, 40 and 0E. RGB value is (206,64,14). Sum of RGB (Red+Green+Blue) = 206+64+14=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE400E is #31BFF1. Grayscale: #656565. Windows color (decimal): -3260402 or 934094. OLE color: 934094.

HSL color Cylindrical-coordinate representation of color #CE400E: hue angle of 15.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE400E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 64 14 -
CMYK 0 0.69 0.93 0.19
HSL 15.63º 0.87% 0.43% -
HSV(B) 15.63º 0.93% 0.81% -
XYZ 27.37 16.82 2.22 -
YUV 100.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 206 64 14 0 0.69 0.93 0.19 15.63 0.87 0.43
Hex CE 40 E 0 45 5D 13 10 57 2B
Octal 316 100 16 0 105 135 23 20 127 53
Binary 11001110 1000000 1110 0 1000101 1011101 10011 10000 1010111 101011

Color Harmonies of #CE400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE400E

Black with #CE400E

Text Example


Text Example

White with #CE400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE400E; }

 p { color: rgb(206,64,14); }

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

background-color css

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

 a { background-color: rgb(206,64,14); }

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

border-color css

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

 span { border-color: rgb(206,64,14); }

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