Html Css Color HEX #CE3B0E Harley Davidson Orange

📋 copy color: '#CE3B0E'

red 206 ◦ green 59 ◦ blue 14

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

Shades of Harley Davidson Orange #CE3B0E

Tints of Harley Davidson Orange #CE3B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 73.84%
G = 21.15%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE3B0E (or 0xCE3B0E) is known color: Harley Davidson Orange. HEX triplet: CE, 3B and 0E. RGB value is (206,59,14). Sum of RGB (Red+Green+Blue) = 206+59+14=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3B0E is #31C4F1. Grayscale: #626262. Windows color (decimal): -3261682 or 932814. OLE color: 932814.

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

Color convert

RGB 206 59 14 -
CMYK 0 0.71 0.93 0.19
HSL 14.06º 0.87% 0.43% -
HSV(B) 14.06º 0.93% 0.81% -
XYZ 27.1 16.28 2.13 -
YUV 97.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 206 59 14 0 0.71 0.93 0.19 14.06 0.87 0.43
Hex CE 3B E 0 47 5D 13 E 57 2B
Octal 316 73 16 0 107 135 23 16 127 53
Binary 11001110 111011 1110 0 1000111 1011101 10011 1110 1010111 101011

Color Harmonies of #CE3B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B0E

Black with #CE3B0E

Text Example


Text Example

White with #CE3B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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