Html Css Color HEX #ED2F1F Cinnabar

📋 copy color: '#ED2F1F'

red 237 ◦ green 47 ◦ blue 31

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

Shades of Cinnabar #ED2F1F

Tints of Cinnabar #ED2F1F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.92%

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

R = 75.24%
G = 14.92%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ED2F1F (or 0xED2F1F) is known color: Cinnabar. HEX triplet: ED, 2F and 1F. RGB value is (237,47,31). Sum of RGB (Red+Green+Blue) = 237+47+31=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F1F is #12D0E0. Grayscale: #666666. Windows color (decimal): -1233121 or 2043885. OLE color: 2043885.

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

Color convert

RGB 237 47 31 -
CMYK 0 0.80 0.87 0.07
HSL 4.66º 0.85% 0.53% -
HSV(B) 4.66º 0.87% 0.93% -
XYZ 36.19 20.14 3.28 -
YUV 101.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 237 47 31 0 0.80 0.87 0.07 4.66 0.85 0.53
Hex ED 2F 1F 0 50 57 7 5 55 35
Octal 355 57 37 0 120 127 7 5 125 65
Binary 11101101 101111 11111 0 1010000 1010111 111 101 1010101 110101

Color Harmonies of #ED2F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F1F

Black with #ED2F1F

Text Example


Text Example

White with #ED2F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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