Html Css Color HEX #ED4434 Cinnabar

📋 copy color: '#ED4434'

red 237 ◦ green 68 ◦ blue 52

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

Shades of Cinnabar #ED4434

Tints of Cinnabar #ED4434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 52 (20.7% from 255) = 14.57%

R = 66.39%
G = 19.05%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED4434 (or 0xED4434) is known color: Cinnabar. HEX triplet: ED, 44 and 34. RGB value is (237,68,52). Sum of RGB (Red+Green+Blue) = 237+68+52=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4434 is #12BBCB. Grayscale: #747474. Windows color (decimal): -1227724 or 3425517. OLE color: 3425517.

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

Color convert

RGB 237 68 52 -
CMYK 0 0.71 0.78 0.07
HSL 5.19º 0.84% 0.57% -
HSV(B) 5.19º 0.78% 0.93% -
XYZ 37.61 22.39 5.59 -
YUV 116.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 237 68 52 0 0.71 0.78 0.07 5.19 0.84 0.57
Hex ED 44 34 0 47 4E 7 5 54 39
Octal 355 104 64 0 107 116 7 5 124 71
Binary 11101101 1000100 110100 0 1000111 1001110 111 101 1010100 111001

Color Harmonies of #ED4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4434

Black with #ED4434

Text Example


Text Example

White with #ED4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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