Html Css Color HEX #CE320B Harley Davidson Orange

📋 copy color: '#CE320B'

red 206 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #CE320B

Tints of Harley Davidson Orange #CE320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 77.15%
G = 18.73%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE320B (or 0xCE320B) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 0B. RGB value is (206,50,11). Sum of RGB (Red+Green+Blue) = 206+50+11=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE320B is #31CDF4. Grayscale: #5C5C5C. Windows color (decimal): -3263989 or 733902. OLE color: 733902.

HSL color Cylindrical-coordinate representation of color #CE320B: hue angle of 12º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE320B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 50 11 -
CMYK 0 0.76 0.95 0.19
HSL 12º 0.9% 0.43% -
HSV(B) 12º 0.95% 0.81% -
XYZ 26.65 15.43 1.89 -
YUV 92.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 206 50 11 0 0.76 0.95 0.19 12 0.9 0.43
Hex CE 32 B 0 4C 5F 13 C 5A 2B
Octal 316 62 13 0 114 137 23 14 132 53
Binary 11001110 110010 1011 0 1001100 1011111 10011 1100 1011010 101011

Color Harmonies of #CE320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE320B

Black with #CE320B

Text Example


Text Example

White with #CE320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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