Html Css Color HEX #CE390C Harley Davidson Orange

📋 copy color: '#CE390C'

red 206 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #CE390C

Tints of Harley Davidson Orange #CE390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 74.91%
G = 20.73%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE390C (or 0xCE390C) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 0C. RGB value is (206,57,12). Sum of RGB (Red+Green+Blue) = 206+57+12=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE390C is #31C6F3. Grayscale: #606060. Windows color (decimal): -3262196 or 801230. OLE color: 801230.

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

Color convert

RGB 206 57 12 -
CMYK 0 0.72 0.94 0.19
HSL 13.92º 0.89% 0.43% -
HSV(B) 13.92º 0.94% 0.81% -
XYZ 26.98 16.07 2.03 -
YUV 96.42 80.36 206.16 -
System Red Green Blue C M Y K H S L
Decimal 206 57 12 0 0.72 0.94 0.19 13.92 0.89 0.43
Hex CE 39 C 0 48 5E 13 E 59 2B
Octal 316 71 14 0 110 136 23 16 131 53
Binary 11001110 111001 1100 0 1001000 1011110 10011 1110 1011001 101011

Color Harmonies of #CE390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE390C

Black with #CE390C

Text Example


Text Example

White with #CE390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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