Html Css Color HEX #CE331A Harley Davidson Orange

📋 copy color: '#CE331A'

red 206 ◦ green 51 ◦ blue 26

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

Shades of Harley Davidson Orange #CE331A

Tints of Harley Davidson Orange #CE331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

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

R = 72.79%
G = 18.02%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE331A (or 0xCE331A) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1A. RGB value is (206,51,26). Sum of RGB (Red+Green+Blue) = 206+51+26=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331A is #31CCE5. Grayscale: #5E5E5E. Windows color (decimal): -3263718 or 1717198. OLE color: 1717198.

HSL color Cylindrical-coordinate representation of color #CE331A: hue angle of 8.33º 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 #CE331A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 51 26 -
CMYK 0 0.75 0.87 0.19
HSL 8.33º 0.78% 0.45% -
HSV(B) 8.33º 0.87% 0.81% -
XYZ 26.82 15.56 2.57 -
YUV 94.5 89.35 207.53 -
System Red Green Blue C M Y K H S L
Decimal 206 51 26 0 0.75 0.87 0.19 8.33 0.78 0.45
Hex CE 33 1A 0 4B 57 13 8 4E 2D
Octal 316 63 32 0 113 127 23 10 116 55
Binary 11001110 110011 11010 0 1001011 1010111 10011 1000 1001110 101101

Color Harmonies of #CE331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE331A

Black with #CE331A

Text Example


Text Example

White with #CE331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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