Html Css Color HEX #CE2318 Harley Davidson Orange

📋 copy color: '#CE2318'

red 206 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #CE2318

Tints of Harley Davidson Orange #CE2318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 77.74%
G = 13.21%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE2318 (or 0xCE2318) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 18. RGB value is (206,35,24). Sum of RGB (Red+Green+Blue) = 206+35+24=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2318 is #31DCE7. Grayscale: #555555. Windows color (decimal): -3267816 or 1582030. OLE color: 1582030.

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

Color convert

RGB 206 35 24 -
CMYK 0 0.83 0.88 0.19
HSL 3.63º 0.79% 0.45% -
HSV(B) 3.63º 0.88% 0.81% -
XYZ 26.22 14.39 2.26 -
YUV 84.88 93.65 214.39 -
System Red Green Blue C M Y K H S L
Decimal 206 35 24 0 0.83 0.88 0.19 3.63 0.79 0.45
Hex CE 23 18 0 53 58 13 4 4F 2D
Octal 316 43 30 0 123 130 23 4 117 55
Binary 11001110 100011 11000 0 1010011 1011000 10011 100 1001111 101101

Color Harmonies of #CE2318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2318

Black with #CE2318

Text Example


Text Example

White with #CE2318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2318; }

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

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

background-color css

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

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

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

border-color css

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

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

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