Html Css Color HEX #CE310D Harley Davidson Orange

📋 copy color: '#CE310D'

red 206 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #CE310D

Tints of Harley Davidson Orange #CE310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 76.87%
G = 18.28%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE310D (or 0xCE310D) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 0D. RGB value is (206,49,13). Sum of RGB (Red+Green+Blue) = 206+49+13=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE310D is #31CEF2. Grayscale: #5C5C5C. Windows color (decimal): -3264243 or 864718. OLE color: 864718.

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

Color convert

RGB 206 49 13 -
CMYK 0 0.76 0.94 0.19
HSL 11.19º 0.88% 0.43% -
HSV(B) 11.19º 0.94% 0.81% -
XYZ 26.62 15.35 1.94 -
YUV 91.84 83.51 209.43 -
System Red Green Blue C M Y K H S L
Decimal 206 49 13 0 0.76 0.94 0.19 11.19 0.88 0.43
Hex CE 31 D 0 4C 5E 13 B 58 2B
Octal 316 61 15 0 114 136 23 13 130 53
Binary 11001110 110001 1101 0 1001100 1011110 10011 1011 1011000 101011

Color Harmonies of #CE310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE310D

Black with #CE310D

Text Example


Text Example

White with #CE310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE310D; }

 p { color: rgb(206,49,13); }

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

background-color css

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

 a { background-color: rgb(206,49,13); }

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

border-color css

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

 span { border-color: rgb(206,49,13); }

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