Html Css Color HEX #CE2417 Harley Davidson Orange

📋 copy color: '#CE2417'

red 206 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #CE2417

Tints of Harley Davidson Orange #CE2417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 77.74%
G = 13.58%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE2417 (or 0xCE2417) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 17. RGB value is (206,36,23). Sum of RGB (Red+Green+Blue) = 206+36+23=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2417 is #31DBE8. Grayscale: #555555. Windows color (decimal): -3267561 or 1516750. OLE color: 1516750.

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

Color convert

RGB 206 36 23 -
CMYK 0 0.83 0.89 0.19
HSL 4.26º 0.8% 0.45% -
HSV(B) 4.26º 0.89% 0.81% -
XYZ 26.24 14.45 2.22 -
YUV 85.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 206 36 23 0 0.83 0.89 0.19 4.26 0.8 0.45
Hex CE 24 17 0 53 59 13 4 50 2D
Octal 316 44 27 0 123 131 23 4 120 55
Binary 11001110 100100 10111 0 1010011 1011001 10011 100 1010000 101101

Color Harmonies of #CE2417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2417

Black with #CE2417

Text Example


Text Example

White with #CE2417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2417; }

 p { color: rgb(206,36,23); }

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

background-color css

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

 a { background-color: rgb(206,36,23); }

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

border-color css

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

 span { border-color: rgb(206,36,23); }

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