Html Css Color HEX #CE3417 Harley Davidson Orange

📋 copy color: '#CE3417'

red 206 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #CE3417

Tints of Harley Davidson Orange #CE3417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 73.31%
G = 18.51%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE3417 (or 0xCE3417) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 17. RGB value is (206,52,23). Sum of RGB (Red+Green+Blue) = 206+52+23=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3417 is #31CBE8. Grayscale: #5F5F5F. Windows color (decimal): -3263465 or 1520846. OLE color: 1520846.

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

Color convert

RGB 206 52 23 -
CMYK 0 0.75 0.89 0.19
HSL 9.51º 0.8% 0.45% -
HSV(B) 9.51º 0.89% 0.81% -
XYZ 26.84 15.64 2.41 -
YUV 94.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 206 52 23 0 0.75 0.89 0.19 9.51 0.8 0.45
Hex CE 34 17 0 4B 59 13 A 50 2D
Octal 316 64 27 0 113 131 23 12 120 55
Binary 11001110 110100 10111 0 1001011 1011001 10011 1010 1010000 101101

Color Harmonies of #CE3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3417

Black with #CE3417

Text Example


Text Example

White with #CE3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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