Html Css Color HEX #CE2518 Harley Davidson Orange

📋 copy color: '#CE2518'

red 206 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #CE2518

Tints of Harley Davidson Orange #CE2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 77.15%
G = 13.86%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE2518 (or 0xCE2518) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 18. RGB value is (206,37,24). Sum of RGB (Red+Green+Blue) = 206+37+24=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2518 is #31DAE7. Grayscale: #565656. Windows color (decimal): -3267304 or 1582542. OLE color: 1582542.

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

Color convert

RGB 206 37 24 -
CMYK 0 0.82 0.88 0.19
HSL 4.29º 0.79% 0.45% -
HSV(B) 4.29º 0.88% 0.81% -
XYZ 26.28 14.51 2.28 -
YUV 86.05 92.99 213.56 -
System Red Green Blue C M Y K H S L
Decimal 206 37 24 0 0.82 0.88 0.19 4.29 0.79 0.45
Hex CE 25 18 0 52 58 13 4 4F 2D
Octal 316 45 30 0 122 130 23 4 117 55
Binary 11001110 100101 11000 0 1010010 1011000 10011 100 1001111 101101

Color Harmonies of #CE2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2518

Black with #CE2518

Text Example


Text Example

White with #CE2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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