Html Css Color HEX #ED3022 Cinnabar

📋 copy color: '#ED3022'

red 237 ◦ green 48 ◦ blue 34

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

Shades of Cinnabar #ED3022

Tints of Cinnabar #ED3022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.05%

 BLUE value IS 34 (13.67% from 255) = 10.66%

R = 74.29%
G = 15.05%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED3022 (or 0xED3022) is known color: Cinnabar. HEX triplet: ED, 30 and 22. RGB value is (237,48,34). Sum of RGB (Red+Green+Blue) = 237+48+34=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3022 is #12CFDD. Grayscale: #676767. Windows color (decimal): -1232862 or 2240749. OLE color: 2240749.

HSL color Cylindrical-coordinate representation of color #ED3022: hue angle of 4.14º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED3022 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 34 -
CMYK 0 0.80 0.86 0.07
HSL 4.14º 0.85% 0.53% -
HSV(B) 4.14º 0.86% 0.93% -
XYZ 36.27 20.23 3.51 -
YUV 102.92 89.12 223.64 -
System Red Green Blue C M Y K H S L
Decimal 237 48 34 0 0.80 0.86 0.07 4.14 0.85 0.53
Hex ED 30 22 0 50 56 7 4 55 35
Octal 355 60 42 0 120 126 7 4 125 65
Binary 11101101 110000 100010 0 1010000 1010110 111 100 1010101 110101

Color Harmonies of #ED3022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3022

Black with #ED3022

Text Example


Text Example

White with #ED3022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3022; }

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

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

background-color css

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

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

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

border-color css

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

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

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