Html Css Color HEX #CE3510 Harley Davidson Orange

📋 copy color: '#CE3510'

red 206 ◦ green 53 ◦ blue 16

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

Shades of Harley Davidson Orange #CE3510

Tints of Harley Davidson Orange #CE3510

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 74.91%
G = 19.27%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE3510 (or 0xCE3510) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 10. RGB value is (206,53,16). Sum of RGB (Red+Green+Blue) = 206+53+16=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3510 is #31CAEF. Grayscale: #5E5E5E. Windows color (decimal): -3263216 or 1062350. OLE color: 1062350.

HSL color Cylindrical-coordinate representation of color #CE3510: hue angle of 11.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE3510 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 53 16 -
CMYK 0 0.74 0.92 0.19
HSL 11.68º 0.86% 0.44% -
HSV(B) 11.68º 0.92% 0.81% -
XYZ 26.82 15.71 2.11 -
YUV 94.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 206 53 16 0 0.74 0.92 0.19 11.68 0.86 0.44
Hex CE 35 10 0 4A 5C 13 C 56 2C
Octal 316 65 20 0 112 134 23 14 126 54
Binary 11001110 110101 10000 0 1001010 1011100 10011 1100 1010110 101100

Color Harmonies of #CE3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3510

Black with #CE3510

Text Example


Text Example

White with #CE3510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3510; }

 p { color: rgb(206,53,16); }

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

background-color css

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

 a { background-color: rgb(206,53,16); }

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

border-color css

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

 span { border-color: rgb(206,53,16); }

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