Html Css Color HEX #CE2213 Harley Davidson Orange

📋 copy color: '#CE2213'

red 206 ◦ green 34 ◦ blue 19

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

Shades of Harley Davidson Orange #CE2213

Tints of Harley Davidson Orange #CE2213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

 BLUE value IS 19 (7.81% from 255) = 7.34%

R = 79.54%
G = 13.13%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE2213 (or 0xCE2213) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 13. RGB value is (206,34,19). Sum of RGB (Red+Green+Blue) = 206+34+19=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2213 is #31DDEC. Grayscale: #535353. Windows color (decimal): -3268077 or 1254094. OLE color: 1254094.

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

Color convert

RGB 206 34 19 -
CMYK 0 0.83 0.91 0.19
HSL 4.81º 0.83% 0.44% -
HSV(B) 4.81º 0.91% 0.81% -
XYZ 26.14 14.31 2 -
YUV 83.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 206 34 19 0 0.83 0.91 0.19 4.81 0.83 0.44
Hex CE 22 13 0 53 5B 13 5 53 2C
Octal 316 42 23 0 123 133 23 5 123 54
Binary 11001110 100010 10011 0 1010011 1011011 10011 101 1010011 101100

Color Harmonies of #CE2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2213

Black with #CE2213

Text Example


Text Example

White with #CE2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2213; }

 p { color: rgb(206,34,19); }

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

background-color css

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

 a { background-color: rgb(206,34,19); }

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

border-color css

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

 span { border-color: rgb(206,34,19); }

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