Html Css Color HEX #CE370E Harley Davidson Orange

📋 copy color: '#CE370E'

red 206 ◦ green 55 ◦ blue 14

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

Shades of Harley Davidson Orange #CE370E

Tints of Harley Davidson Orange #CE370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 74.91%
G = 20%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE370E (or 0xCE370E) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 0E. RGB value is (206,55,14). Sum of RGB (Red+Green+Blue) = 206+55+14=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE370E is #31C8F1. Grayscale: #5F5F5F. Windows color (decimal): -3262706 or 931790. OLE color: 931790.

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

Color convert

RGB 206 55 14 -
CMYK 0 0.73 0.93 0.19
HSL 12.81º 0.87% 0.43% -
HSV(B) 12.81º 0.93% 0.81% -
XYZ 26.9 15.89 2.06 -
YUV 95.48 82.03 206.83 -
System Red Green Blue C M Y K H S L
Decimal 206 55 14 0 0.73 0.93 0.19 12.81 0.87 0.43
Hex CE 37 E 0 49 5D 13 D 57 2B
Octal 316 67 16 0 111 135 23 15 127 53
Binary 11001110 110111 1110 0 1001001 1011101 10011 1101 1010111 101011

Color Harmonies of #CE370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE370E

Black with #CE370E

Text Example


Text Example

White with #CE370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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