Html Css Color HEX #250211 Rustic Red

📋 copy color: '#250211'

red 37 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #250211

Tints of Rustic Red #250211

RGB

 RED value IS 37 (14.84% from 255) = 66.07%

 GREEN value IS 2 (1.17% from 255) = 3.57%

 BLUE value IS 17 (7.03% from 255) = 30.36%

R = 66.07%
G = 3.57%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250211 (or 0x250211) is known color: Rustic Red. HEX triplet: 25, 02 and 11. RGB value is (37,2,17). Sum of RGB (Red+Green+Blue) = 37+2+17=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250211 is #DAFDEE. Grayscale: #0E0E0E. Windows color (decimal): -14351855 or 1114661. OLE color: 1114661.

HSL color Cylindrical-coordinate representation of color #250211: hue angle of 334.29º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250211 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 17 -
CMYK 0 0.95 0.54 0.85
HSL 334.29º 0.9% 0.08% -
HSV(B) 334.29º 0.95% 0.15% -
XYZ 0.89 0.48 0.58 -
YUV 14.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 37 2 17 0 0.95 0.54 0.85 334.29 0.9 0.08
Hex 25 2 11 0 5F 36 55 14E 5A 8
Octal 45 2 21 0 137 66 125 516 132 10
Binary 100101 10 10001 0 1011111 110110 1010101 101001110 1011010 1000

Color Harmonies of #250211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250211

Black with #250211

Text Example


Text Example

White with #250211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250211; }

 p { color: rgb(37,2,17); }

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

background-color css

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

 a { background-color: rgb(37,2,17); }

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

border-color css

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

 span { border-color: rgb(37,2,17); }

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