Html Css Color HEX #CE331E Harley Davidson Orange

📋 copy color: '#CE331E'

red 206 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #CE331E

Tints of Harley Davidson Orange #CE331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.45%

R = 71.78%
G = 17.77%
B = 10.45%

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

#CE331E (or 0xCE331E) is known color: Harley Davidson Orange. HEX triplet: CE, 33 and 1E. RGB value is (206,51,30). Sum of RGB (Red+Green+Blue) = 206+51+30=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE331E is #31CCE1. Grayscale: #5F5F5F. Windows color (decimal): -3263714 or 1979342. OLE color: 1979342.

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

Color convert

RGB 206 51 30 -
CMYK 0 0.75 0.85 0.19
HSL 7.16º 0.75% 0.46% -
HSV(B) 7.16º 0.85% 0.81% -
XYZ 26.87 15.58 2.82 -
YUV 94.95 91.35 207.21 -
System Red Green Blue C M Y K H S L
Decimal 206 51 30 0 0.75 0.85 0.19 7.16 0.75 0.46
Hex CE 33 1E 0 4B 55 13 7 4B 2E
Octal 316 63 36 0 113 125 23 7 113 56
Binary 11001110 110011 11110 0 1001011 1010101 10011 111 1001011 101110

Color Harmonies of #CE331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE331E

Black with #CE331E

Text Example


Text Example

White with #CE331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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