Html Css Color HEX #CE2A1D Harley Davidson Orange

📋 copy color: '#CE2A1D'

red 206 ◦ green 42 ◦ blue 29

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

Shades of Harley Davidson Orange #CE2A1D

Tints of Harley Davidson Orange #CE2A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.16%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 74.37%
G = 15.16%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE2A1D (or 0xCE2A1D) is known color: Harley Davidson Orange. HEX triplet: CE, 2A and 1D. RGB value is (206,42,29). Sum of RGB (Red+Green+Blue) = 206+42+29=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A1D is #31D5E2. Grayscale: #595959. Windows color (decimal): -3266019 or 1911502. OLE color: 1911502.

HSL color Cylindrical-coordinate representation of color #CE2A1D: hue angle of 4.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE2A1D is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 42 29 -
CMYK 0 0.80 0.86 0.19
HSL 4.41º 0.75% 0.46% -
HSV(B) 4.41º 0.86% 0.81% -
XYZ 26.5 14.87 2.64 -
YUV 89.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 206 42 29 0 0.80 0.86 0.19 4.41 0.75 0.46
Hex CE 2A 1D 0 50 56 13 4 4B 2E
Octal 316 52 35 0 120 126 23 4 113 56
Binary 11001110 101010 11101 0 1010000 1010110 10011 100 1001011 101110

Color Harmonies of #CE2A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A1D

Black with #CE2A1D

Text Example


Text Example

White with #CE2A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A1D; }

 p { color: rgb(206,42,29); }

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

background-color css

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

 a { background-color: rgb(206,42,29); }

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

border-color css

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

 span { border-color: rgb(206,42,29); }

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