Html Css Color HEX #ED3427 Cinnabar

📋 copy color: '#ED3427'

red 237 ◦ green 52 ◦ blue 39

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

Shades of Cinnabar #ED3427

Tints of Cinnabar #ED3427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 72.26%
G = 15.85%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ED3427 (or 0xED3427) is known color: Cinnabar. HEX triplet: ED, 34 and 27. RGB value is (237,52,39). Sum of RGB (Red+Green+Blue) = 237+52+39=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3427 is #12CBD8. Grayscale: #6A6A6A. Windows color (decimal): -1231833 or 2569453. OLE color: 2569453.

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

Color convert

RGB 237 52 39 -
CMYK 0 0.78 0.84 0.07
HSL 3.94º 0.85% 0.54% -
HSV(B) 3.94º 0.84% 0.93% -
XYZ 36.52 20.61 3.97 -
YUV 105.83 90.29 221.56 -
System Red Green Blue C M Y K H S L
Decimal 237 52 39 0 0.78 0.84 0.07 3.94 0.85 0.54
Hex ED 34 27 0 4E 54 7 4 55 36
Octal 355 64 47 0 116 124 7 4 125 66
Binary 11101101 110100 100111 0 1001110 1010100 111 100 1010101 110110

Color Harmonies of #ED3427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3427

Black with #ED3427

Text Example


Text Example

White with #ED3427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3427; }

 p { color: rgb(237,52,39); }

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

background-color css

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

 a { background-color: rgb(237,52,39); }

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

border-color css

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

 span { border-color: rgb(237,52,39); }

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