Html Css Color HEX #CE2D19 Harley Davidson Orange

📋 copy color: '#CE2D19'

red 206 ◦ green 45 ◦ blue 25

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

Shades of Harley Davidson Orange #CE2D19

Tints of Harley Davidson Orange #CE2D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 74.64%
G = 16.3%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE2D19 (or 0xCE2D19) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 19. RGB value is (206,45,25). Sum of RGB (Red+Green+Blue) = 206+45+25=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D19 is #31D2E6. Grayscale: #5B5B5B. Windows color (decimal): -3265255 or 1650126. OLE color: 1650126.

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

Color convert

RGB 206 45 25 -
CMYK 0 0.78 0.88 0.19
HSL 6.63º 0.78% 0.45% -
HSV(B) 6.63º 0.88% 0.81% -
XYZ 26.57 15.07 2.43 -
YUV 90.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 206 45 25 0 0.78 0.88 0.19 6.63 0.78 0.45
Hex CE 2D 19 0 4E 58 13 7 4E 2D
Octal 316 55 31 0 116 130 23 7 116 55
Binary 11001110 101101 11001 0 1001110 1011000 10011 111 1001110 101101

Color Harmonies of #CE2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D19

Black with #CE2D19

Text Example


Text Example

White with #CE2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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