Html Css Color HEX #CE2618 Harley Davidson Orange

📋 copy color: '#CE2618'

red 206 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #CE2618

Tints of Harley Davidson Orange #CE2618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 76.87%
G = 14.18%
B = 8.96%

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

#CE2618 (or 0xCE2618) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 18. RGB value is (206,38,24). Sum of RGB (Red+Green+Blue) = 206+38+24=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2618 is #31D9E7. Grayscale: #565656. Windows color (decimal): -3267048 or 1582798. OLE color: 1582798.

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

Color convert

RGB 206 38 24 -
CMYK 0 0.82 0.88 0.19
HSL 4.62º 0.79% 0.45% -
HSV(B) 4.62º 0.88% 0.81% -
XYZ 26.31 14.57 2.29 -
YUV 86.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 206 38 24 0 0.82 0.88 0.19 4.62 0.79 0.45
Hex CE 26 18 0 52 58 13 5 4F 2D
Octal 316 46 30 0 122 130 23 5 117 55
Binary 11001110 100110 11000 0 1010010 1011000 10011 101 1001111 101101

Color Harmonies of #CE2618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2618

Black with #CE2618

Text Example


Text Example

White with #CE2618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2618; }

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

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

background-color css

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

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

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

border-color css

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

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

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