Html Css Color HEX #CE3212 Harley Davidson Orange

📋 copy color: '#CE3212'

red 206 ◦ green 50 ◦ blue 18

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

Shades of Harley Davidson Orange #CE3212

Tints of Harley Davidson Orange #CE3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

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

R = 75.18%
G = 18.25%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE3212 (or 0xCE3212) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 12. RGB value is (206,50,18). Sum of RGB (Red+Green+Blue) = 206+50+18=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3212 is #31CDED. Grayscale: #5D5D5D. Windows color (decimal): -3263982 or 1192654. OLE color: 1192654.

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

Color convert

RGB 206 50 18 -
CMYK 0 0.76 0.91 0.19
HSL 10.21º 0.84% 0.44% -
HSV(B) 10.21º 0.91% 0.81% -
XYZ 26.7 15.45 2.15 -
YUV 93 85.68 208.6 -
System Red Green Blue C M Y K H S L
Decimal 206 50 18 0 0.76 0.91 0.19 10.21 0.84 0.44
Hex CE 32 12 0 4C 5B 13 A 54 2C
Octal 316 62 22 0 114 133 23 12 124 54
Binary 11001110 110010 10010 0 1001100 1011011 10011 1010 1010100 101100

Color Harmonies of #CE3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3212

Black with #CE3212

Text Example


Text Example

White with #CE3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3212; }

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

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

background-color css

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

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

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

border-color css

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

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

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