Html Css Color HEX #CE390E Harley Davidson Orange

📋 copy color: '#CE390E'

red 206 ◦ green 57 ◦ blue 14

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

Shades of Harley Davidson Orange #CE390E

Tints of Harley Davidson Orange #CE390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 74.37%
G = 20.58%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE390E (or 0xCE390E) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 0E. RGB value is (206,57,14). Sum of RGB (Red+Green+Blue) = 206+57+14=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE390E is #31C6F1. Grayscale: #606060. Windows color (decimal): -3262194 or 932302. OLE color: 932302.

HSL color Cylindrical-coordinate representation of color #CE390E: hue angle of 13.44º 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 #CE390E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 14 -
CMYK 0 0.72 0.93 0.19
HSL 13.44º 0.87% 0.43% -
HSV(B) 13.44º 0.93% 0.81% -
XYZ 27 16.08 2.1 -
YUV 96.65 81.36 206 -
System Red Green Blue C M Y K H S L
Decimal 206 57 14 0 0.72 0.93 0.19 13.44 0.87 0.43
Hex CE 39 E 0 48 5D 13 D 57 2B
Octal 316 71 16 0 110 135 23 15 127 53
Binary 11001110 111001 1110 0 1001000 1011101 10011 1101 1010111 101011

Color Harmonies of #CE390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE390E

Black with #CE390E

Text Example


Text Example

White with #CE390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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