Html Css Color HEX #CE2D09 Harley Davidson Orange

📋 copy color: '#CE2D09'

red 206 ◦ green 45 ◦ blue 9

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

Shades of Harley Davidson Orange #CE2D09

Tints of Harley Davidson Orange #CE2D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 79.23%
G = 17.31%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE2D09 (or 0xCE2D09) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 09. RGB value is (206,45,9). Sum of RGB (Red+Green+Blue) = 206+45+9=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D09 is #31D2F6. Grayscale: #595959. Windows color (decimal): -3265271 or 601550. OLE color: 601550.

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

Color convert

RGB 206 45 9 -
CMYK 0 0.78 0.96 0.19
HSL 10.96º 0.92% 0.42% -
HSV(B) 10.96º 0.96% 0.81% -
XYZ 26.44 15.02 1.76 -
YUV 89.04 82.84 211.43 -
System Red Green Blue C M Y K H S L
Decimal 206 45 9 0 0.78 0.96 0.19 10.96 0.92 0.42
Hex CE 2D 9 0 4E 60 13 B 5C 2A
Octal 316 55 11 0 116 140 23 13 134 52
Binary 11001110 101101 1001 0 1001110 1100000 10011 1011 1011100 101010

Color Harmonies of #CE2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D09

Black with #CE2D09

Text Example


Text Example

White with #CE2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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