Html Css Color HEX #ED422A Cinnabar

📋 copy color: '#ED422A'

red 237 ◦ green 66 ◦ blue 42

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

Shades of Cinnabar #ED422A

Tints of Cinnabar #ED422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

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

R = 68.7%
G = 19.13%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED422A (or 0xED422A) is known color: Cinnabar. HEX triplet: ED, 42 and 2A. RGB value is (237,66,42). Sum of RGB (Red+Green+Blue) = 237+66+42=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED422A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED422A is #12BDD5. Grayscale: #727272. Windows color (decimal): -1228246 or 2769645. OLE color: 2769645.

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

Color convert

RGB 237 66 42 -
CMYK 0 0.72 0.82 0.07
HSL 7.38º 0.84% 0.55% -
HSV(B) 7.38º 0.82% 0.93% -
XYZ 37.29 22.07 4.48 -
YUV 114.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 237 66 42 0 0.72 0.82 0.07 7.38 0.84 0.55
Hex ED 42 2A 0 48 52 7 7 54 37
Octal 355 102 52 0 110 122 7 7 124 67
Binary 11101101 1000010 101010 0 1001000 1010010 111 111 1010100 110111

Color Harmonies of #ED422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED422A

Black with #ED422A

Text Example


Text Example

White with #ED422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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