Html Css Color HEX #CE311A Harley Davidson Orange

📋 copy color: '#CE311A'

red 206 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #CE311A

Tints of Harley Davidson Orange #CE311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 73.31%
G = 17.44%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE311A (or 0xCE311A) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 1A. RGB value is (206,49,26). Sum of RGB (Red+Green+Blue) = 206+49+26=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE311A is #31CEE5. Grayscale: #5D5D5D. Windows color (decimal): -3264230 or 1716686. OLE color: 1716686.

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

Color convert

RGB 206 49 26 -
CMYK 0 0.76 0.87 0.19
HSL 7.67º 0.78% 0.45% -
HSV(B) 7.67º 0.87% 0.81% -
XYZ 26.74 15.39 2.54 -
YUV 93.32 90.01 208.37 -
System Red Green Blue C M Y K H S L
Decimal 206 49 26 0 0.76 0.87 0.19 7.67 0.78 0.45
Hex CE 31 1A 0 4C 57 13 8 4E 2D
Octal 316 61 32 0 114 127 23 10 116 55
Binary 11001110 110001 11010 0 1001100 1010111 10011 1000 1001110 101101

Color Harmonies of #CE311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE311A

Black with #CE311A

Text Example


Text Example

White with #CE311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE311A; }

 p { color: rgb(206,49,26); }

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

background-color css

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

 a { background-color: rgb(206,49,26); }

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

border-color css

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

 span { border-color: rgb(206,49,26); }

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