Html Css Color HEX #ED3433 Cinnabar

📋 copy color: '#ED3433'

red 237 ◦ green 52 ◦ blue 51

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

Shades of Cinnabar #ED3433

Tints of Cinnabar #ED3433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.29%

 BLUE value IS 51 (20.31% from 255) = 15%

R = 69.71%
G = 15.29%
B = 15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#ED3433 (or 0xED3433) is known color: Cinnabar. HEX triplet: ED, 34 and 33. RGB value is (237,52,51). Sum of RGB (Red+Green+Blue) = 237+52+51=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3433 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3433 is #12CBCC. Grayscale: #6B6B6B. Windows color (decimal): -1231821 or 3355885. OLE color: 3355885.

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

Color convert

RGB 237 52 51 -
CMYK 0 0.78 0.78 0.07
HSL 0.32º 0.84% 0.56% -
HSV(B) 0.32º 0.78% 0.93% -
XYZ 36.75 20.7 5.19 -
YUV 107.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 237 52 51 0 0.78 0.78 0.07 0.32 0.84 0.56
Hex ED 34 33 0 4E 4E 7 0 54 38
Octal 355 64 63 0 116 116 7 0 124 70
Binary 11101101 110100 110011 0 1001110 1001110 111 0 1010100 111000

Color Harmonies of #ED3433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3433

Black with #ED3433

Text Example


Text Example

White with #ED3433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3433; }

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

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

background-color css

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

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

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

border-color css

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

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

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