Html Css Color HEX #ED2B1F Cinnabar

📋 copy color: '#ED2B1F'

red 237 ◦ green 43 ◦ blue 31

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

Shades of Cinnabar #ED2B1F

Tints of Cinnabar #ED2B1F

RGB

 RED value IS 237 (92.97% from 255) = 76.21%

 GREEN value IS 43 (17.19% from 255) = 13.83%

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

R = 76.21%
G = 13.83%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED2B1F (or 0xED2B1F) is known color: Cinnabar. HEX triplet: ED, 2B and 1F. RGB value is (237,43,31). Sum of RGB (Red+Green+Blue) = 237+43+31=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B1F is #12D4E0. Grayscale: #636363. Windows color (decimal): -1234145 or 2042861. OLE color: 2042861.

HSL color Cylindrical-coordinate representation of color #ED2B1F: hue angle of 3.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED2B1F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 43 31 -
CMYK 0 0.82 0.87 0.07
HSL 3.5º 0.85% 0.53% -
HSV(B) 3.5º 0.87% 0.93% -
XYZ 36.04 19.83 3.22 -
YUV 99.64 89.27 225.98 -
System Red Green Blue C M Y K H S L
Decimal 237 43 31 0 0.82 0.87 0.07 3.5 0.85 0.53
Hex ED 2B 1F 0 52 57 7 3 55 35
Octal 355 53 37 0 122 127 7 3 125 65
Binary 11101101 101011 11111 0 1010010 1010111 111 11 1010101 110101

Color Harmonies of #ED2B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B1F

Black with #ED2B1F

Text Example


Text Example

White with #ED2B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B1F; }

 p { color: rgb(237,43,31); }

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

background-color css

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

 a { background-color: rgb(237,43,31); }

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

border-color css

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

 span { border-color: rgb(237,43,31); }

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