Html Css Color HEX #ED443A Cinnabar

📋 copy color: '#ED443A'

red 237 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #ED443A

Tints of Cinnabar #ED443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.98%

R = 65.29%
G = 18.73%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED443A (or 0xED443A) is known color: Cinnabar. HEX triplet: ED, 44 and 3A. RGB value is (237,68,58). Sum of RGB (Red+Green+Blue) = 237+68+58=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED443A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED443A is #12BBC5. Grayscale: #757575. Windows color (decimal): -1227718 or 3818733. OLE color: 3818733.

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

Color convert

RGB 237 68 58 -
CMYK 0 0.71 0.76 0.07
HSL 3.35º 0.83% 0.58% -
HSV(B) 3.35º 0.76% 0.93% -
XYZ 37.76 22.44 6.35 -
YUV 117.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 237 68 58 0 0.71 0.76 0.07 3.35 0.83 0.58
Hex ED 44 3A 0 47 4C 7 3 53 3A
Octal 355 104 72 0 107 114 7 3 123 72
Binary 11101101 1000100 111010 0 1000111 1001100 111 11 1010011 111010

Color Harmonies of #ED443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED443A

Black with #ED443A

Text Example


Text Example

White with #ED443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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