Html Css Color HEX #CE2506 Harley Davidson Orange

📋 copy color: '#CE2506'

red 206 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #CE2506

Tints of Harley Davidson Orange #CE2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 82.73%
G = 14.86%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CE2506 (or 0xCE2506) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 06. RGB value is (206,37,6). Sum of RGB (Red+Green+Blue) = 206+37+6=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2506 is #31DAF9. Grayscale: #545454. Windows color (decimal): -3267322 or 402894. OLE color: 402894.

HSL color Cylindrical-coordinate representation of color #CE2506: hue angle of 9.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE2506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 37 6 -
CMYK 0 0.82 0.97 0.19
HSL 9.3º 0.94% 0.42% -
HSV(B) 9.3º 0.97% 0.81% -
XYZ 26.15 14.46 1.58 -
YUV 84 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 206 37 6 0 0.82 0.97 0.19 9.3 0.94 0.42
Hex CE 25 6 0 52 61 13 9 5E 2A
Octal 316 45 6 0 122 141 23 11 136 52
Binary 11001110 100101 110 0 1010010 1100001 10011 1001 1011110 101010

Color Harmonies of #CE2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2506

Black with #CE2506

Text Example


Text Example

White with #CE2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2506; }

 p { color: rgb(206,37,6); }

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

background-color css

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

 a { background-color: rgb(206,37,6); }

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

border-color css

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

 span { border-color: rgb(206,37,6); }

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