Html Css Color HEX #CE1B13 Harley Davidson Orange

📋 copy color: '#CE1B13'

red 206 ◦ green 27 ◦ blue 19

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

Shades of Harley Davidson Orange #CE1B13

Tints of Harley Davidson Orange #CE1B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 81.75%
G = 10.71%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1B13 (or 0xCE1B13) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 13. RGB value is (206,27,19). Sum of RGB (Red+Green+Blue) = 206+27+19=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B13 is #31E4EC. Grayscale: #4F4F4F. Windows color (decimal): -3269869 or 1252302. OLE color: 1252302.

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

Color convert

RGB 206 27 19 -
CMYK 0 0.87 0.91 0.19
HSL 2.57º 0.83% 0.44% -
HSV(B) 2.57º 0.91% 0.81% -
XYZ 25.96 13.95 1.94 -
YUV 79.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 206 27 19 0 0.87 0.91 0.19 2.57 0.83 0.44
Hex CE 1B 13 0 57 5B 13 3 53 2C
Octal 316 33 23 0 127 133 23 3 123 54
Binary 11001110 11011 10011 0 1010111 1011011 10011 11 1010011 101100

Color Harmonies of #CE1B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B13

Black with #CE1B13

Text Example


Text Example

White with #CE1B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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