Html Css Color HEX #CE290B Harley Davidson Orange

📋 copy color: '#CE290B'

red 206 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #CE290B

Tints of Harley Davidson Orange #CE290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 79.84%
G = 15.89%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE290B (or 0xCE290B) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 0B. RGB value is (206,41,11). Sum of RGB (Red+Green+Blue) = 206+41+11=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE290B is #31D6F4. Grayscale: #575757. Windows color (decimal): -3266293 or 731598. OLE color: 731598.

HSL color Cylindrical-coordinate representation of color #CE290B: hue angle of 9.23º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE290B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 11 -
CMYK 0 0.80 0.95 0.19
HSL 9.23º 0.9% 0.43% -
HSV(B) 9.23º 0.95% 0.81% -
XYZ 26.31 14.73 1.77 -
YUV 86.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 206 41 11 0 0.80 0.95 0.19 9.23 0.9 0.43
Hex CE 29 B 0 50 5F 13 9 5A 2B
Octal 316 51 13 0 120 137 23 11 132 53
Binary 11001110 101001 1011 0 1010000 1011111 10011 1001 1011010 101011

Color Harmonies of #CE290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE290B

Black with #CE290B

Text Example


Text Example

White with #CE290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE290B; }

 p { color: rgb(206,41,11); }

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

background-color css

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

 a { background-color: rgb(206,41,11); }

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

border-color css

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

 span { border-color: rgb(206,41,11); }

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