Html Css Color HEX #CE2312 Harley Davidson Orange

📋 copy color: '#CE2312'

red 206 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2312

Tints of Harley Davidson Orange #CE2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

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

R = 79.54%
G = 13.51%
B = 6.95%

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

#CE2312 (or 0xCE2312) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 12. RGB value is (206,35,18). Sum of RGB (Red+Green+Blue) = 206+35+18=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2312 is #31DCED. Grayscale: #545454. Windows color (decimal): -3267822 or 1188814. OLE color: 1188814.

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

Color convert

RGB 206 35 18 -
CMYK 0 0.83 0.91 0.19
HSL 5.43º 0.84% 0.44% -
HSV(B) 5.43º 0.91% 0.81% -
XYZ 26.16 14.37 1.97 -
YUV 84.19 90.65 214.88 -
System Red Green Blue C M Y K H S L
Decimal 206 35 18 0 0.83 0.91 0.19 5.43 0.84 0.44
Hex CE 23 12 0 53 5B 13 5 54 2C
Octal 316 43 22 0 123 133 23 5 124 54
Binary 11001110 100011 10010 0 1010011 1011011 10011 101 1010100 101100

Color Harmonies of #CE2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2312

Black with #CE2312

Text Example


Text Example

White with #CE2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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