Html Css Color HEX #CE2D21 Harley Davidson Orange

📋 copy color: '#CE2D21'

red 206 ◦ green 45 ◦ blue 33

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

Shades of Harley Davidson Orange #CE2D21

Tints of Harley Davidson Orange #CE2D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.62%

R = 72.54%
G = 15.85%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE2D21 (or 0xCE2D21) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 21. RGB value is (206,45,33). Sum of RGB (Red+Green+Blue) = 206+45+33=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D21 is #31D2DE. Grayscale: #5B5B5B. Windows color (decimal): -3265247 or 2174414. OLE color: 2174414.

HSL color Cylindrical-coordinate representation of color #CE2D21: hue angle of 4.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2D21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 45 33 -
CMYK 0 0.78 0.84 0.19
HSL 4.16º 0.72% 0.47% -
HSV(B) 4.16º 0.84% 0.81% -
XYZ 26.67 15.11 2.95 -
YUV 91.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 206 45 33 0 0.78 0.84 0.19 4.16 0.72 0.47
Hex CE 2D 21 0 4E 54 13 4 48 2F
Octal 316 55 41 0 116 124 23 4 110 57
Binary 11001110 101101 100001 0 1001110 1010100 10011 100 1001000 101111

Color Harmonies of #CE2D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D21

Black with #CE2D21

Text Example


Text Example

White with #CE2D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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