Html Css Color HEX #CE390F Harley Davidson Orange

📋 copy color: '#CE390F'

red 206 ◦ green 57 ◦ blue 15

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

Shades of Harley Davidson Orange #CE390F

Tints of Harley Davidson Orange #CE390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 74.1%
G = 20.5%
B = 5.4%

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

#CE390F (or 0xCE390F) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 0F. RGB value is (206,57,15). Sum of RGB (Red+Green+Blue) = 206+57+15=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE390F is #31C6F0. Grayscale: #616161. Windows color (decimal): -3262193 or 997838. OLE color: 997838.

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

Color convert

RGB 206 57 15 -
CMYK 0 0.72 0.93 0.19
HSL 13.19º 0.86% 0.43% -
HSV(B) 13.19º 0.93% 0.81% -
XYZ 27 16.08 2.13 -
YUV 96.76 81.86 205.92 -
System Red Green Blue C M Y K H S L
Decimal 206 57 15 0 0.72 0.93 0.19 13.19 0.86 0.43
Hex CE 39 F 0 48 5D 13 D 56 2B
Octal 316 71 17 0 110 135 23 15 126 53
Binary 11001110 111001 1111 0 1001000 1011101 10011 1101 1010110 101011

Color Harmonies of #CE390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE390F

Black with #CE390F

Text Example


Text Example

White with #CE390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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