Html Css Color HEX #CE2E0D Harley Davidson Orange

📋 copy color: '#CE2E0D'

red 206 ◦ green 46 ◦ blue 13

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

Shades of Harley Davidson Orange #CE2E0D

Tints of Harley Davidson Orange #CE2E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.36%

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

R = 77.74%
G = 17.36%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE2E0D (or 0xCE2E0D) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 0D. RGB value is (206,46,13). Sum of RGB (Red+Green+Blue) = 206+46+13=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2E0D is #31D1F2. Grayscale: #5A5A5A. Windows color (decimal): -3265011 or 863950. OLE color: 863950.

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

Color convert

RGB 206 46 13 -
CMYK 0 0.78 0.94 0.19
HSL 10.26º 0.88% 0.43% -
HSV(B) 10.26º 0.94% 0.81% -
XYZ 26.5 15.1 1.9 -
YUV 90.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 206 46 13 0 0.78 0.94 0.19 10.26 0.88 0.43
Hex CE 2E D 0 4E 5E 13 A 58 2B
Octal 316 56 15 0 116 136 23 12 130 53
Binary 11001110 101110 1101 0 1001110 1011110 10011 1010 1011000 101011

Color Harmonies of #CE2E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E0D

Black with #CE2E0D

Text Example


Text Example

White with #CE2E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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