Html Css Color HEX #CE4513 Harley Davidson Orange

📋 copy color: '#CE4513'

red 206 ◦ green 69 ◦ blue 19

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

Shades of Harley Davidson Orange #CE4513

Tints of Harley Davidson Orange #CE4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 19 (7.81% from 255) = 6.46%

R = 70.07%
G = 23.47%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE4513 (or 0xCE4513) is known color: Harley Davidson Orange. HEX triplet: CE, 45 and 13. RGB value is (206,69,19). Sum of RGB (Red+Green+Blue) = 206+69+19=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4513 is #31BAEC. Grayscale: #686868. Windows color (decimal): -3259117 or 1263054. OLE color: 1263054.

HSL color Cylindrical-coordinate representation of color #CE4513: hue angle of 16.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE4513 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 69 19 -
CMYK 0 0.67 0.91 0.19
HSL 16.04º 0.83% 0.44% -
HSV(B) 16.04º 0.91% 0.81% -
XYZ 27.7 17.43 2.52 -
YUV 104.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 206 69 19 0 0.67 0.91 0.19 16.04 0.83 0.44
Hex CE 45 13 0 43 5B 13 10 53 2C
Octal 316 105 23 0 103 133 23 20 123 54
Binary 11001110 1000101 10011 0 1000011 1011011 10011 10000 1010011 101100

Color Harmonies of #CE4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4513

Black with #CE4513

Text Example


Text Example

White with #CE4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4513; }

 p { color: rgb(206,69,19); }

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

background-color css

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

 a { background-color: rgb(206,69,19); }

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

border-color css

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

 span { border-color: rgb(206,69,19); }

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