Html Css Color HEX #CE1A18 Harley Davidson Orange

📋 copy color: '#CE1A18'

red 206 ◦ green 26 ◦ blue 24

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

Shades of Harley Davidson Orange #CE1A18

Tints of Harley Davidson Orange #CE1A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 80.47%
G = 10.16%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1A18 (or 0xCE1A18) is known color: Harley Davidson Orange. HEX triplet: CE, 1A and 18. RGB value is (206,26,24). Sum of RGB (Red+Green+Blue) = 206+26+24=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1A18 is #31E5E7. Grayscale: #4F4F4F. Windows color (decimal): -3270120 or 1579726. OLE color: 1579726.

HSL color Cylindrical-coordinate representation of color #CE1A18: hue angle of 0.66º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1A18 is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 26 24 -
CMYK 0 0.87 0.88 0.19
HSL 0.66º 0.79% 0.45% -
HSV(B) 0.66º 0.88% 0.81% -
XYZ 25.99 13.93 2.18 -
YUV 79.59 96.63 218.16 -
System Red Green Blue C M Y K H S L
Decimal 206 26 24 0 0.87 0.88 0.19 0.66 0.79 0.45
Hex CE 1A 18 0 57 58 13 1 4F 2D
Octal 316 32 30 0 127 130 23 1 117 55
Binary 11001110 11010 11000 0 1010111 1011000 10011 1 1001111 101101

Color Harmonies of #CE1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A18

Black with #CE1A18

Text Example


Text Example

White with #CE1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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