Html Css Color HEX #ED331A Cinnabar

📋 copy color: '#ED331A'

red 237 ◦ green 51 ◦ blue 26

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

Shades of Cinnabar #ED331A

Tints of Cinnabar #ED331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 75.48%
G = 16.24%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED331A (or 0xED331A) is known color: Cinnabar. HEX triplet: ED, 33 and 1A. RGB value is (237,51,26). Sum of RGB (Red+Green+Blue) = 237+51+26=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED331A is #12CCE5. Grayscale: #686868. Windows color (decimal): -1232102 or 1717229. OLE color: 1717229.

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

Color convert

RGB 237 51 26 -
CMYK 0 0.78 0.89 0.07
HSL 7.11º 0.85% 0.52% -
HSV(B) 7.11º 0.89% 0.93% -
XYZ 36.3 20.45 3.01 -
YUV 103.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 237 51 26 0 0.78 0.89 0.07 7.11 0.85 0.52
Hex ED 33 1A 0 4E 59 7 7 55 34
Octal 355 63 32 0 116 131 7 7 125 64
Binary 11101101 110011 11010 0 1001110 1011001 111 111 1010101 110100

Color Harmonies of #ED331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED331A

Black with #ED331A

Text Example


Text Example

White with #ED331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED331A; }

 p { color: rgb(237,51,26); }

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

background-color css

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

 a { background-color: rgb(237,51,26); }

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

border-color css

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

 span { border-color: rgb(237,51,26); }

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