Html Css Color HEX #CE1F19 Harley Davidson Orange

📋 copy color: '#CE1F19'

red 206 ◦ green 31 ◦ blue 25

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

Shades of Harley Davidson Orange #CE1F19

Tints of Harley Davidson Orange #CE1F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.83%

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

R = 78.63%
G = 11.83%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE1F19 (or 0xCE1F19) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 19. RGB value is (206,31,25). Sum of RGB (Red+Green+Blue) = 206+31+25=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F19 is #31E0E6. Grayscale: #525252. Windows color (decimal): -3268839 or 1646542. OLE color: 1646542.

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

Color convert

RGB 206 31 25 -
CMYK 0 0.85 0.88 0.19
HSL 1.99º 0.78% 0.45% -
HSV(B) 1.99º 0.88% 0.81% -
XYZ 26.12 14.17 2.28 -
YUV 82.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 206 31 25 0 0.85 0.88 0.19 1.99 0.78 0.45
Hex CE 1F 19 0 55 58 13 2 4E 2D
Octal 316 37 31 0 125 130 23 2 116 55
Binary 11001110 11111 11001 0 1010101 1011000 10011 10 1001110 101101

Color Harmonies of #CE1F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F19

Black with #CE1F19

Text Example


Text Example

White with #CE1F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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