Html Css Color HEX #ED2F2B Cinnabar

📋 copy color: '#ED2F2B'

red 237 ◦ green 47 ◦ blue 43

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

Shades of Cinnabar #ED2F2B

Tints of Cinnabar #ED2F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.15%

R = 72.48%
G = 14.37%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED2F2B (or 0xED2F2B) is known color: Cinnabar. HEX triplet: ED, 2F and 2B. RGB value is (237,47,43). Sum of RGB (Red+Green+Blue) = 237+47+43=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2F2B is #12D0D4. Grayscale: #676767. Windows color (decimal): -1233109 or 2830317. OLE color: 2830317.

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

Color convert

RGB 237 47 43 -
CMYK 0 0.80 0.82 0.07
HSL 1.24º 0.84% 0.55% -
HSV(B) 1.24º 0.82% 0.93% -
XYZ 36.38 20.21 4.27 -
YUV 103.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 237 47 43 0 0.80 0.82 0.07 1.24 0.84 0.55
Hex ED 2F 2B 0 50 52 7 1 54 37
Octal 355 57 53 0 120 122 7 1 124 67
Binary 11101101 101111 101011 0 1010000 1010010 111 1 1010100 110111

Color Harmonies of #ED2F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F2B

Black with #ED2F2B

Text Example


Text Example

White with #ED2F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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