Html Css Color HEX #ED3D28 Cinnabar

📋 copy color: '#ED3D28'

red 237 ◦ green 61 ◦ blue 40

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

Shades of Cinnabar #ED3D28

Tints of Cinnabar #ED3D28

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.05%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 70.12%
G = 18.05%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED3D28 (or 0xED3D28) is known color: Cinnabar. HEX triplet: ED, 3D and 28. RGB value is (237,61,40). Sum of RGB (Red+Green+Blue) = 237+61+40=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D28 is #12C2D7. Grayscale: #6F6F6F. Windows color (decimal): -1229528 or 2637293. OLE color: 2637293.

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

Color convert

RGB 237 61 40 -
CMYK 0 0.74 0.83 0.07
HSL 6.4º 0.85% 0.54% -
HSV(B) 6.4º 0.83% 0.93% -
XYZ 36.98 21.5 4.21 -
YUV 111.23 87.81 217.71 -
System Red Green Blue C M Y K H S L
Decimal 237 61 40 0 0.74 0.83 0.07 6.4 0.85 0.54
Hex ED 3D 28 0 4A 53 7 6 55 36
Octal 355 75 50 0 112 123 7 6 125 66
Binary 11101101 111101 101000 0 1001010 1010011 111 110 1010101 110110

Color Harmonies of #ED3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D28

Black with #ED3D28

Text Example


Text Example

White with #ED3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D28; }

 p { color: rgb(237,61,40); }

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

background-color css

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

 a { background-color: rgb(237,61,40); }

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

border-color css

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

 span { border-color: rgb(237,61,40); }

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