Html Css Color HEX #ED302A Cinnabar

📋 copy color: '#ED302A'

red 237 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #ED302A

Tints of Cinnabar #ED302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 42 (16.8% from 255) = 12.84%

R = 72.48%
G = 14.68%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED302A (or 0xED302A) is known color: Cinnabar. HEX triplet: ED, 30 and 2A. RGB value is (237,48,42). Sum of RGB (Red+Green+Blue) = 237+48+42=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED302A is #12CFD5. Grayscale: #686868. Windows color (decimal): -1232854 or 2765037. OLE color: 2765037.

HSL color Cylindrical-coordinate representation of color #ED302A: hue angle of 1.85º 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 #ED302A is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 42 -
CMYK 0 0.80 0.82 0.07
HSL 1.85º 0.84% 0.55% -
HSV(B) 1.85º 0.82% 0.93% -
XYZ 36.4 20.29 4.19 -
YUV 103.83 93.12 222.99 -
System Red Green Blue C M Y K H S L
Decimal 237 48 42 0 0.80 0.82 0.07 1.85 0.84 0.55
Hex ED 30 2A 0 50 52 7 2 54 37
Octal 355 60 52 0 120 122 7 2 124 67
Binary 11101101 110000 101010 0 1010000 1010010 111 10 1010100 110111

Color Harmonies of #ED302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED302A

Black with #ED302A

Text Example


Text Example

White with #ED302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED302A; }

 p { color: rgb(237,48,42); }

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

background-color css

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

 a { background-color: rgb(237,48,42); }

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

border-color css

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

 span { border-color: rgb(237,48,42); }

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