Html Css Color HEX #CE2B12 Harley Davidson Orange

📋 copy color: '#CE2B12'

red 206 ◦ green 43 ◦ blue 18

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

Shades of Harley Davidson Orange #CE2B12

Tints of Harley Davidson Orange #CE2B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 77.15%
G = 16.1%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE2B12 (or 0xCE2B12) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 12. RGB value is (206,43,18). Sum of RGB (Red+Green+Blue) = 206+43+18=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B12 is #31D4ED. Grayscale: #595959. Windows color (decimal): -3265774 or 1190862. OLE color: 1190862.

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

Color convert

RGB 206 43 18 -
CMYK 0 0.79 0.91 0.19
HSL 7.98º 0.84% 0.44% -
HSV(B) 7.98º 0.91% 0.81% -
XYZ 26.43 14.89 2.05 -
YUV 88.89 88 211.53 -
System Red Green Blue C M Y K H S L
Decimal 206 43 18 0 0.79 0.91 0.19 7.98 0.84 0.44
Hex CE 2B 12 0 4F 5B 13 8 54 2C
Octal 316 53 22 0 117 133 23 10 124 54
Binary 11001110 101011 10010 0 1001111 1011011 10011 1000 1010100 101100

Color Harmonies of #CE2B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B12

Black with #CE2B12

Text Example


Text Example

White with #CE2B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B12; }

 p { color: rgb(206,43,18); }

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

background-color css

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

 a { background-color: rgb(206,43,18); }

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

border-color css

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

 span { border-color: rgb(206,43,18); }

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