Html Css Color HEX #ED432A Cinnabar

📋 copy color: '#ED432A'

red 237 ◦ green 67 ◦ blue 42

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

Shades of Cinnabar #ED432A

Tints of Cinnabar #ED432A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

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

R = 68.5%
G = 19.36%
B = 12.14%

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

#ED432A (or 0xED432A) is known color: Cinnabar. HEX triplet: ED, 43 and 2A. RGB value is (237,67,42). Sum of RGB (Red+Green+Blue) = 237+67+42=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED432A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED432A is #12BCD5. Grayscale: #737373. Windows color (decimal): -1227990 or 2769901. OLE color: 2769901.

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

Color convert

RGB 237 67 42 -
CMYK 0 0.72 0.82 0.07
HSL 7.69º 0.84% 0.55% -
HSV(B) 7.69º 0.82% 0.93% -
XYZ 37.35 22.19 4.5 -
YUV 114.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 237 67 42 0 0.72 0.82 0.07 7.69 0.84 0.55
Hex ED 43 2A 0 48 52 7 8 54 37
Octal 355 103 52 0 110 122 7 10 124 67
Binary 11101101 1000011 101010 0 1001000 1010010 111 1000 1010100 110111

Color Harmonies of #ED432A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED432A

Black with #ED432A

Text Example


Text Example

White with #ED432A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED432A; }

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

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

background-color css

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

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

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

border-color css

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

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

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