Html Css Color HEX #ED462B Cinnabar

📋 copy color: '#ED462B'

red 237 ◦ green 70 ◦ blue 43

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

Shades of Cinnabar #ED462B

Tints of Cinnabar #ED462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 67.71%
G = 20%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ED462B (or 0xED462B) is known color: Cinnabar. HEX triplet: ED, 46 and 2B. RGB value is (237,70,43). Sum of RGB (Red+Green+Blue) = 237+70+43=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED462B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED462B is #12B9D4. Grayscale: #757575. Windows color (decimal): -1227221 or 2836205. OLE color: 2836205.

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

Color convert

RGB 237 70 43 -
CMYK 0 0.70 0.82 0.07
HSL 8.35º 0.84% 0.55% -
HSV(B) 8.35º 0.82% 0.93% -
XYZ 37.55 22.56 4.66 -
YUV 116.86 86.33 213.7 -
System Red Green Blue C M Y K H S L
Decimal 237 70 43 0 0.70 0.82 0.07 8.35 0.84 0.55
Hex ED 46 2B 0 46 52 7 8 54 37
Octal 355 106 53 0 106 122 7 10 124 67
Binary 11101101 1000110 101011 0 1000110 1010010 111 1000 1010100 110111

Color Harmonies of #ED462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED462B

Black with #ED462B

Text Example


Text Example

White with #ED462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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