Html Css Color HEX #ED3430 Cinnabar

📋 copy color: '#ED3430'

red 237 ◦ green 52 ◦ blue 48

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

Shades of Cinnabar #ED3430

Tints of Cinnabar #ED3430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.24%

R = 70.33%
G = 15.43%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED3430 (or 0xED3430) is known color: Cinnabar. HEX triplet: ED, 34 and 30. RGB value is (237,52,48). Sum of RGB (Red+Green+Blue) = 237+52+48=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3430 is #12CBCF. Grayscale: #6B6B6B. Windows color (decimal): -1231824 or 3159277. OLE color: 3159277.

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

Color convert

RGB 237 52 48 -
CMYK 0 0.78 0.80 0.07
HSL 1.27º 0.84% 0.56% -
HSV(B) 1.27º 0.8% 0.93% -
XYZ 36.69 20.67 4.85 -
YUV 106.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 237 52 48 0 0.78 0.80 0.07 1.27 0.84 0.56
Hex ED 34 30 0 4E 50 7 1 54 38
Octal 355 64 60 0 116 120 7 1 124 70
Binary 11101101 110100 110000 0 1001110 1010000 111 1 1010100 111000

Color Harmonies of #ED3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3430

Black with #ED3430

Text Example


Text Example

White with #ED3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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