Html Css Color HEX #CE2214 Harley Davidson Orange

📋 copy color: '#CE2214'

red 206 ◦ green 34 ◦ blue 20

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

Shades of Harley Davidson Orange #CE2214

Tints of Harley Davidson Orange #CE2214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 79.23%
G = 13.08%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE2214 (or 0xCE2214) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 14. RGB value is (206,34,20). Sum of RGB (Red+Green+Blue) = 206+34+20=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2214 is #31DDEB. Grayscale: #545454. Windows color (decimal): -3268076 or 1319630. OLE color: 1319630.

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

Color convert

RGB 206 34 20 -
CMYK 0 0.83 0.90 0.19
HSL 4.52º 0.82% 0.44% -
HSV(B) 4.52º 0.9% 0.81% -
XYZ 26.15 14.32 2.05 -
YUV 83.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 206 34 20 0 0.83 0.90 0.19 4.52 0.82 0.44
Hex CE 22 14 0 53 5A 13 5 52 2C
Octal 316 42 24 0 123 132 23 5 122 54
Binary 11001110 100010 10100 0 1010011 1011010 10011 101 1010010 101100

Color Harmonies of #CE2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2214

Black with #CE2214

Text Example


Text Example

White with #CE2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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