Html Css Color HEX #CE391E Harley Davidson Orange

📋 copy color: '#CE391E'

red 206 ◦ green 57 ◦ blue 30

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

Shades of Harley Davidson Orange #CE391E

Tints of Harley Davidson Orange #CE391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.24%

R = 70.31%
G = 19.45%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE391E (or 0xCE391E) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 1E. RGB value is (206,57,30). Sum of RGB (Red+Green+Blue) = 206+57+30=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE391E is #31C6E1. Grayscale: #626262. Windows color (decimal): -3262178 or 1980878. OLE color: 1980878.

HSL color Cylindrical-coordinate representation of color #CE391E: hue angle of 9.2º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE391E is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 57 30 -
CMYK 0 0.72 0.85 0.19
HSL 9.2º 0.75% 0.46% -
HSV(B) 9.2º 0.85% 0.81% -
XYZ 27.15 16.14 2.91 -
YUV 98.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 206 57 30 0 0.72 0.85 0.19 9.2 0.75 0.46
Hex CE 39 1E 0 48 55 13 9 4B 2E
Octal 316 71 36 0 110 125 23 11 113 56
Binary 11001110 111001 11110 0 1001000 1010101 10011 1001 1001011 101110

Color Harmonies of #CE391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE391E

Black with #CE391E

Text Example


Text Example

White with #CE391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE391E; }

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

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

background-color css

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

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

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

border-color css

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

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

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