Html Css Color HEX #CE461B Harley Davidson Orange

📋 copy color: '#CE461B'

red 206 ◦ green 70 ◦ blue 27

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

Shades of Harley Davidson Orange #CE461B

Tints of Harley Davidson Orange #CE461B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 67.99%
G = 23.1%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE461B (or 0xCE461B) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 1B. RGB value is (206,70,27). Sum of RGB (Red+Green+Blue) = 206+70+27=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE461B is #31B9E4. Grayscale: #6A6A6A. Windows color (decimal): -3258853 or 1787598. OLE color: 1787598.

HSL color Cylindrical-coordinate representation of color #CE461B: hue angle of 14.41º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE461B is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 27 -
CMYK 0 0.66 0.87 0.19
HSL 14.41º 0.77% 0.46% -
HSV(B) 14.41º 0.87% 0.81% -
XYZ 27.84 17.58 2.96 -
YUV 105.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 206 70 27 0 0.66 0.87 0.19 14.41 0.77 0.46
Hex CE 46 1B 0 42 57 13 E 4D 2E
Octal 316 106 33 0 102 127 23 16 115 56
Binary 11001110 1000110 11011 0 1000010 1010111 10011 1110 1001101 101110

Color Harmonies of #CE461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE461B

Black with #CE461B

Text Example


Text Example

White with #CE461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE461B; }

 p { color: rgb(206,70,27); }

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

background-color css

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

 a { background-color: rgb(206,70,27); }

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

border-color css

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

 span { border-color: rgb(206,70,27); }

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