Html Css Color HEX #CE3312 Harley Davidson Orange

📋 copy color: '#CE3312'

red 206 ◦ green 51 ◦ blue 18

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

Shades of Harley Davidson Orange #CE3312

Tints of Harley Davidson Orange #CE3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 74.91%
G = 18.55%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE3312 (or 0xCE3312) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 12. RGB value is (206,51,18). Sum of RGB (Red+Green+Blue) = 206+51+18=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3312 is #31CCED. Grayscale: #5D5D5D. Windows color (decimal): -3263726 or 1192910. OLE color: 1192910.

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

Color convert

RGB 206 51 18 -
CMYK 0 0.75 0.91 0.19
HSL 10.53º 0.84% 0.44% -
HSV(B) 10.53º 0.91% 0.81% -
XYZ 26.75 15.53 2.16 -
YUV 93.58 85.35 208.18 -
System Red Green Blue C M Y K H S L
Decimal 206 51 18 0 0.75 0.91 0.19 10.53 0.84 0.44
Hex CE 33 12 0 4B 5B 13 B 54 2C
Octal 316 63 22 0 113 133 23 13 124 54
Binary 11001110 110011 10010 0 1001011 1011011 10011 1011 1010100 101100

Color Harmonies of #CE3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3312

Black with #CE3312

Text Example


Text Example

White with #CE3312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3312; }

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

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

background-color css

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

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

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

border-color css

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

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

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