Html Css Color HEX #CE1B19 Harley Davidson Orange

📋 copy color: '#CE1B19'

red 206 ◦ green 27 ◦ blue 25

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

Shades of Harley Davidson Orange #CE1B19

Tints of Harley Davidson Orange #CE1B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

 BLUE value IS 25 (10.16% from 255) = 9.69%

R = 79.84%
G = 10.47%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1B19 (or 0xCE1B19) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 19. RGB value is (206,27,25). Sum of RGB (Red+Green+Blue) = 206+27+25=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B19 is #31E4E6. Grayscale: #505050. Windows color (decimal): -3269863 or 1645518. OLE color: 1645518.

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

Color convert

RGB 206 27 25 -
CMYK 0 0.87 0.88 0.19
HSL 0.66º 0.78% 0.45% -
HSV(B) 0.66º 0.88% 0.81% -
XYZ 26.02 13.98 2.25 -
YUV 80.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 206 27 25 0 0.87 0.88 0.19 0.66 0.78 0.45
Hex CE 1B 19 0 57 58 13 1 4E 2D
Octal 316 33 31 0 127 130 23 1 116 55
Binary 11001110 11011 11001 0 1010111 1011000 10011 1 1001110 101101

Color Harmonies of #CE1B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B19

Black with #CE1B19

Text Example


Text Example

White with #CE1B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B19; }

 p { color: rgb(206,27,25); }

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

background-color css

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

 a { background-color: rgb(206,27,25); }

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

border-color css

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

 span { border-color: rgb(206,27,25); }

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