Html Css Color HEX #CE2D14 Harley Davidson Orange

📋 copy color: '#CE2D14'

red 206 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #CE2D14

Tints of Harley Davidson Orange #CE2D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 76.01%
G = 16.61%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE2D14 (or 0xCE2D14) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 14. RGB value is (206,45,20). Sum of RGB (Red+Green+Blue) = 206+45+20=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D14 is #31D2EB. Grayscale: #5A5A5A. Windows color (decimal): -3265260 or 1322446. OLE color: 1322446.

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

Color convert

RGB 206 45 20 -
CMYK 0 0.78 0.90 0.19
HSL 8.06º 0.82% 0.44% -
HSV(B) 8.06º 0.9% 0.81% -
XYZ 26.52 15.05 2.17 -
YUV 90.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 206 45 20 0 0.78 0.90 0.19 8.06 0.82 0.44
Hex CE 2D 14 0 4E 5A 13 8 52 2C
Octal 316 55 24 0 116 132 23 10 122 54
Binary 11001110 101101 10100 0 1001110 1011010 10011 1000 1010010 101100

Color Harmonies of #CE2D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D14

Black with #CE2D14

Text Example


Text Example

White with #CE2D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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