Html Css Color HEX #CE1D15 Harley Davidson Orange

📋 copy color: '#CE1D15'

red 206 ◦ green 29 ◦ blue 21

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

Shades of Harley Davidson Orange #CE1D15

Tints of Harley Davidson Orange #CE1D15

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 80.47%
G = 11.33%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE1D15 (or 0xCE1D15) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 15. RGB value is (206,29,21). Sum of RGB (Red+Green+Blue) = 206+29+21=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D15 is #31E2EA. Grayscale: #515151. Windows color (decimal): -3269355 or 1383886. OLE color: 1383886.

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

Color convert

RGB 206 29 21 -
CMYK 0 0.86 0.90 0.19
HSL 2.59º 0.81% 0.45% -
HSV(B) 2.59º 0.9% 0.81% -
XYZ 26.03 14.05 2.05 -
YUV 81.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 206 29 21 0 0.86 0.90 0.19 2.59 0.81 0.45
Hex CE 1D 15 0 56 5A 13 3 51 2D
Octal 316 35 25 0 126 132 23 3 121 55
Binary 11001110 11101 10101 0 1010110 1011010 10011 11 1010001 101101

Color Harmonies of #CE1D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D15

Black with #CE1D15

Text Example


Text Example

White with #CE1D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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