Html Css Color HEX #ED442B Cinnabar

📋 copy color: '#ED442B'

red 237 ◦ green 68 ◦ blue 43

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

Shades of Cinnabar #ED442B

Tints of Cinnabar #ED442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 68.1%
G = 19.54%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED442B (or 0xED442B) is known color: Cinnabar. HEX triplet: ED, 44 and 2B. RGB value is (237,68,43). Sum of RGB (Red+Green+Blue) = 237+68+43=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED442B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED442B is #12BBD4. Grayscale: #737373. Windows color (decimal): -1227733 or 2835693. OLE color: 2835693.

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

Color convert

RGB 237 68 43 -
CMYK 0 0.71 0.82 0.07
HSL 7.73º 0.84% 0.55% -
HSV(B) 7.73º 0.82% 0.93% -
XYZ 37.43 22.31 4.62 -
YUV 115.68 86.99 214.53 -
System Red Green Blue C M Y K H S L
Decimal 237 68 43 0 0.71 0.82 0.07 7.73 0.84 0.55
Hex ED 44 2B 0 47 52 7 8 54 37
Octal 355 104 53 0 107 122 7 10 124 67
Binary 11101101 1000100 101011 0 1000111 1010010 111 1000 1010100 110111

Color Harmonies of #ED442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED442B

Black with #ED442B

Text Example


Text Example

White with #ED442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED442B; }

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

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

background-color css

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

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

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

border-color css

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

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

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