Html Css Color HEX #ED5334 Cinnabar

📋 copy color: '#ED5334'

red 237 ◦ green 83 ◦ blue 52

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

Shades of Cinnabar #ED5334

Tints of Cinnabar #ED5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 63.71%
G = 22.31%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED5334 (or 0xED5334) is known color: Cinnabar. HEX triplet: ED, 53 and 34. RGB value is (237,83,52). Sum of RGB (Red+Green+Blue) = 237+83+52=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5334 is #12ACCB. Grayscale: #7D7D7D. Windows color (decimal): -1223884 or 3429357. OLE color: 3429357.

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

Color convert

RGB 237 83 52 -
CMYK 0 0.65 0.78 0.07
HSL 10.05º 0.84% 0.57% -
HSV(B) 10.05º 0.78% 0.93% -
XYZ 38.64 24.44 5.93 -
YUV 125.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 237 83 52 0 0.65 0.78 0.07 10.05 0.84 0.57
Hex ED 53 34 0 41 4E 7 A 54 39
Octal 355 123 64 0 101 116 7 12 124 71
Binary 11101101 1010011 110100 0 1000001 1001110 111 1010 1010100 111001

Color Harmonies of #ED5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5334

Black with #ED5334

Text Example


Text Example

White with #ED5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5334; }

 p { color: rgb(237,83,52); }

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

background-color css

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

 a { background-color: rgb(237,83,52); }

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

border-color css

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

 span { border-color: rgb(237,83,52); }

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