Html Css Color HEX #ED452B Cinnabar

📋 copy color: '#ED452B'

red 237 ◦ green 69 ◦ blue 43

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

Shades of Cinnabar #ED452B

Tints of Cinnabar #ED452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.77%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 67.91%
G = 19.77%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED452B (or 0xED452B) is known color: Cinnabar. HEX triplet: ED, 45 and 2B. RGB value is (237,69,43). Sum of RGB (Red+Green+Blue) = 237+69+43=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED452B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED452B is #12BAD4. Grayscale: #747474. Windows color (decimal): -1227477 or 2835949. OLE color: 2835949.

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

Color convert

RGB 237 69 43 -
CMYK 0 0.71 0.82 0.07
HSL 8.04º 0.84% 0.55% -
HSV(B) 8.04º 0.82% 0.93% -
XYZ 37.49 22.44 4.64 -
YUV 116.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 237 69 43 0 0.71 0.82 0.07 8.04 0.84 0.55
Hex ED 45 2B 0 47 52 7 8 54 37
Octal 355 105 53 0 107 122 7 10 124 67
Binary 11101101 1000101 101011 0 1000111 1010010 111 1000 1010100 110111

Color Harmonies of #ED452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED452B

Black with #ED452B

Text Example


Text Example

White with #ED452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED452B; }

 p { color: rgb(237,69,43); }

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

background-color css

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

 a { background-color: rgb(237,69,43); }

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

border-color css

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

 span { border-color: rgb(237,69,43); }

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