Html Css Color HEX #CE210D Harley Davidson Orange

📋 copy color: '#CE210D'

red 206 ◦ green 33 ◦ blue 13

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

Shades of Harley Davidson Orange #CE210D

Tints of Harley Davidson Orange #CE210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 81.75%
G = 13.1%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE210D (or 0xCE210D) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 0D. RGB value is (206,33,13). Sum of RGB (Red+Green+Blue) = 206+33+13=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE210D is #31DEF2. Grayscale: #525252. Windows color (decimal): -3268339 or 860622. OLE color: 860622.

HSL color Cylindrical-coordinate representation of color #CE210D: hue angle of 6.22º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE210D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 13 -
CMYK 0 0.84 0.94 0.19
HSL 6.22º 0.88% 0.43% -
HSV(B) 6.22º 0.94% 0.81% -
XYZ 26.07 14.24 1.76 -
YUV 82.45 88.81 216.13 -
System Red Green Blue C M Y K H S L
Decimal 206 33 13 0 0.84 0.94 0.19 6.22 0.88 0.43
Hex CE 21 D 0 54 5E 13 6 58 2B
Octal 316 41 15 0 124 136 23 6 130 53
Binary 11001110 100001 1101 0 1010100 1011110 10011 110 1011000 101011

Color Harmonies of #CE210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE210D

Black with #CE210D

Text Example


Text Example

White with #CE210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE210D; }

 p { color: rgb(206,33,13); }

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

background-color css

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

 a { background-color: rgb(206,33,13); }

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

border-color css

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

 span { border-color: rgb(206,33,13); }

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