Html Css Color HEX #CE331F Harley Davidson Orange

📋 copy color: '#CE331F'

red 206 ◦ green 51 ◦ blue 31

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

Shades of Harley Davidson Orange #CE331F

Tints of Harley Davidson Orange #CE331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 71.53%
G = 17.71%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE331F (or 0xCE331F) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1F. RGB value is (206,51,31). Sum of RGB (Red+Green+Blue) = 206+51+31=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331F is #31CCE0. Grayscale: #5F5F5F. Windows color (decimal): -3263713 or 2044878. OLE color: 2044878.

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

Color convert

RGB 206 51 31 -
CMYK 0 0.75 0.85 0.19
HSL 6.86º 0.74% 0.46% -
HSV(B) 6.86º 0.85% 0.81% -
XYZ 26.88 15.59 2.89 -
YUV 95.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 206 51 31 0 0.75 0.85 0.19 6.86 0.74 0.46
Hex CE 33 1F 0 4B 55 13 7 4A 2E
Octal 316 63 37 0 113 125 23 7 112 56
Binary 11001110 110011 11111 0 1001011 1010101 10011 111 1001010 101110

Color Harmonies of #CE331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE331F

Black with #CE331F

Text Example


Text Example

White with #CE331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE331F; }

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

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

background-color css

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

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

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

border-color css

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

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

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