Html Css Color HEX #CE1F12 Harley Davidson Orange

📋 copy color: '#CE1F12'

red 206 ◦ green 31 ◦ blue 18

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

Shades of Harley Davidson Orange #CE1F12

Tints of Harley Davidson Orange #CE1F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 80.78%
G = 12.16%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE1F12 (or 0xCE1F12) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 12. RGB value is (206,31,18). Sum of RGB (Red+Green+Blue) = 206+31+18=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F12 is #31E0ED. Grayscale: #525252. Windows color (decimal): -3268846 or 1187790. OLE color: 1187790.

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

Color convert

RGB 206 31 18 -
CMYK 0 0.85 0.91 0.19
HSL 4.15º 0.84% 0.44% -
HSV(B) 4.15º 0.91% 0.81% -
XYZ 26.05 14.15 1.93 -
YUV 81.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 206 31 18 0 0.85 0.91 0.19 4.15 0.84 0.44
Hex CE 1F 12 0 55 5B 13 4 54 2C
Octal 316 37 22 0 125 133 23 4 124 54
Binary 11001110 11111 10010 0 1010101 1011011 10011 100 1010100 101100

Color Harmonies of #CE1F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F12

Black with #CE1F12

Text Example


Text Example

White with #CE1F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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