Html Css Color HEX #CE1A0F Harley Davidson Orange

📋 copy color: '#CE1A0F'

red 206 ◦ green 26 ◦ blue 15

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

Shades of Harley Davidson Orange #CE1A0F

Tints of Harley Davidson Orange #CE1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

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

R = 83.4%
G = 10.53%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE1A0F (or 0xCE1A0F) is known color: Harley Davidson Orange. HEX triplet: CE, 1A and 0F. RGB value is (206,26,15). Sum of RGB (Red+Green+Blue) = 206+26+15=247 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.40% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1A0F is #31E5F0. Grayscale: #4E4E4E. Windows color (decimal): -3270129 or 989902. OLE color: 989902.

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

Color convert

RGB 206 26 15 -
CMYK 0 0.87 0.93 0.19
HSL 3.46º 0.86% 0.43% -
HSV(B) 3.46º 0.93% 0.81% -
XYZ 25.91 13.9 1.77 -
YUV 78.57 92.13 218.89 -
System Red Green Blue C M Y K H S L
Decimal 206 26 15 0 0.87 0.93 0.19 3.46 0.86 0.43
Hex CE 1A F 0 57 5D 13 3 56 2B
Octal 316 32 17 0 127 135 23 3 126 53
Binary 11001110 11010 1111 0 1010111 1011101 10011 11 1010110 101011

Color Harmonies of #CE1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A0F

Black with #CE1A0F

Text Example


Text Example

White with #CE1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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