Html Css Color HEX #ED4230 Cinnabar

📋 copy color: '#ED4230'

red 237 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #ED4230

Tints of Cinnabar #ED4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

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

R = 67.52%
G = 18.8%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED4230 (or 0xED4230) is known color: Cinnabar. HEX triplet: ED, 42 and 30. RGB value is (237,66,48). Sum of RGB (Red+Green+Blue) = 237+66+48=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4230 is #12BDCF. Grayscale: #737373. Windows color (decimal): -1228240 or 3162861. OLE color: 3162861.

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

Color convert

RGB 237 66 48 -
CMYK 0 0.72 0.80 0.07
HSL 5.71º 0.84% 0.56% -
HSV(B) 5.71º 0.8% 0.93% -
XYZ 37.41 22.11 5.09 -
YUV 115.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 237 66 48 0 0.72 0.80 0.07 5.71 0.84 0.56
Hex ED 42 30 0 48 50 7 6 54 38
Octal 355 102 60 0 110 120 7 6 124 70
Binary 11101101 1000010 110000 0 1001000 1010000 111 110 1010100 111000

Color Harmonies of #ED4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4230

Black with #ED4230

Text Example


Text Example

White with #ED4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4230; }

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

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

background-color css

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

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

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

border-color css

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

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

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