Html Css Color HEX #CE2212 Harley Davidson Orange

📋 copy color: '#CE2212'

red 206 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2212

Tints of Harley Davidson Orange #CE2212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 79.84%
G = 13.18%
B = 6.98%

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

#CE2212 (or 0xCE2212) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 12. RGB value is (206,34,18). Sum of RGB (Red+Green+Blue) = 206+34+18=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2212 is #31DDED. Grayscale: #535353. Windows color (decimal): -3268078 or 1188558. OLE color: 1188558.

HSL color Cylindrical-coordinate representation of color #CE2212: hue angle of 5.11º degrees, saturation: 0.84, 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 #CE2212 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 34 18 -
CMYK 0 0.83 0.91 0.19
HSL 5.11º 0.84% 0.44% -
HSV(B) 5.11º 0.91% 0.81% -
XYZ 26.13 14.31 1.96 -
YUV 83.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 206 34 18 0 0.83 0.91 0.19 5.11 0.84 0.44
Hex CE 22 12 0 53 5B 13 5 54 2C
Octal 316 42 22 0 123 133 23 5 124 54
Binary 11001110 100010 10010 0 1010011 1011011 10011 101 1010100 101100

Color Harmonies of #CE2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2212

Black with #CE2212

Text Example


Text Example

White with #CE2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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