Html Css Color HEX #ED423F Cinnabar

📋 copy color: '#ED423F'

red 237 ◦ green 66 ◦ blue 63

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

Shades of Cinnabar #ED423F

Tints of Cinnabar #ED423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 64.75%
G = 18.03%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED423F (or 0xED423F) is known color: Cinnabar. HEX triplet: ED, 42 and 3F. RGB value is (237,66,63). Sum of RGB (Red+Green+Blue) = 237+66+63=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED423F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED423F is #12BDC0. Grayscale: #747474. Windows color (decimal): -1228225 or 4145901. OLE color: 4145901.

HSL color Cylindrical-coordinate representation of color #ED423F: hue angle of 1.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED423F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 66 63 -
CMYK 0 0.72 0.73 0.07
HSL 1.03º 0.83% 0.59% -
HSV(B) 1.03º 0.73% 0.93% -
XYZ 37.77 22.26 7.01 -
YUV 116.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 237 66 63 0 0.72 0.73 0.07 1.03 0.83 0.59
Hex ED 42 3F 0 48 49 7 1 53 3B
Octal 355 102 77 0 110 111 7 1 123 73
Binary 11101101 1000010 111111 0 1001000 1001001 111 1 1010011 111011

Color Harmonies of #ED423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED423F

Black with #ED423F

Text Example


Text Example

White with #ED423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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