Html Css Color HEX #ED3530 Cinnabar

📋 copy color: '#ED3530'

red 237 ◦ green 53 ◦ blue 48

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

Shades of Cinnabar #ED3530

Tints of Cinnabar #ED3530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

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

R = 70.12%
G = 15.68%
B = 14.2%

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

#ED3530 (or 0xED3530) is known color: Cinnabar. HEX triplet: ED, 35 and 30. RGB value is (237,53,48). Sum of RGB (Red+Green+Blue) = 237+53+48=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3530 is #12CACF. Grayscale: #6B6B6B. Windows color (decimal): -1231568 or 3159533. OLE color: 3159533.

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

Color convert

RGB 237 53 48 -
CMYK 0 0.78 0.80 0.07
HSL 1.59º 0.84% 0.56% -
HSV(B) 1.59º 0.8% 0.93% -
XYZ 36.73 20.76 4.87 -
YUV 107.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 237 53 48 0 0.78 0.80 0.07 1.59 0.84 0.56
Hex ED 35 30 0 4E 50 7 2 54 38
Octal 355 65 60 0 116 120 7 2 124 70
Binary 11101101 110101 110000 0 1001110 1010000 111 10 1010100 111000

Color Harmonies of #ED3530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3530

Black with #ED3530

Text Example


Text Example

White with #ED3530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3530; }

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

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

background-color css

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

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

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

border-color css

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

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

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