Html Css Color HEX #CE1B14 Harley Davidson Orange

📋 copy color: '#CE1B14'

red 206 ◦ green 27 ◦ blue 20

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

Shades of Harley Davidson Orange #CE1B14

Tints of Harley Davidson Orange #CE1B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 81.42%
G = 10.67%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE1B14 (or 0xCE1B14) is known color: Harley Davidson Orange. HEX triplet: CE, 1B and 14. RGB value is (206,27,20). Sum of RGB (Red+Green+Blue) = 206+27+20=253 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.42% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1B14 is #31E4EB. Grayscale: #4F4F4F. Windows color (decimal): -3269868 or 1317838. OLE color: 1317838.

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

Color convert

RGB 206 27 20 -
CMYK 0 0.87 0.90 0.19
HSL 2.26º 0.82% 0.44% -
HSV(B) 2.26º 0.9% 0.81% -
XYZ 25.97 13.96 1.99 -
YUV 79.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 206 27 20 0 0.87 0.90 0.19 2.26 0.82 0.44
Hex CE 1B 14 0 57 5A 13 2 52 2C
Octal 316 33 24 0 127 132 23 2 122 54
Binary 11001110 11011 10100 0 1010111 1011010 10011 10 1010010 101100

Color Harmonies of #CE1B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B14

Black with #CE1B14

Text Example


Text Example

White with #CE1B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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