Html Css Color HEX #ED3D2D Cinnabar

📋 copy color: '#ED3D2D'

red 237 ◦ green 61 ◦ blue 45

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

Shades of Cinnabar #ED3D2D

Tints of Cinnabar #ED3D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 69.1%
G = 17.78%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED3D2D (or 0xED3D2D) is known color: Cinnabar. HEX triplet: ED, 3D and 2D. RGB value is (237,61,45). Sum of RGB (Red+Green+Blue) = 237+61+45=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D2D is #12C2D2. Grayscale: #707070. Windows color (decimal): -1229523 or 2964973. OLE color: 2964973.

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

Color convert

RGB 237 61 45 -
CMYK 0 0.74 0.81 0.07
HSL 0.84% 0.55% -
HSV(B) 0.81% 0.93% -
XYZ 37.07 21.53 4.68 -
YUV 111.8 90.31 217.3 -
System Red Green Blue C M Y K H S L
Decimal 237 61 45 0 0.74 0.81 0.07 5 0.84 0.55
Hex ED 3D 2D 0 4A 51 7 5 54 37
Octal 355 75 55 0 112 121 7 5 124 67
Binary 11101101 111101 101101 0 1001010 1010001 111 101 1010100 110111

Color Harmonies of #ED3D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D2D

Black with #ED3D2D

Text Example


Text Example

White with #ED3D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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