Html Css Color HEX #ED462F Cinnabar

📋 copy color: '#ED462F'

red 237 ◦ green 70 ◦ blue 47

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

Shades of Cinnabar #ED462F

Tints of Cinnabar #ED462F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.28%

R = 66.95%
G = 19.77%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED462F (or 0xED462F) is known color: Cinnabar. HEX triplet: ED, 46 and 2F. RGB value is (237,70,47). Sum of RGB (Red+Green+Blue) = 237+70+47=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED462F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED462F is #12B9D0. Grayscale: #757575. Windows color (decimal): -1227217 or 3098349. OLE color: 3098349.

HSL color Cylindrical-coordinate representation of color #ED462F: hue angle of 7.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED462F is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 47 -
CMYK 0 0.70 0.80 0.07
HSL 7.26º 0.84% 0.56% -
HSV(B) 7.26º 0.8% 0.93% -
XYZ 37.63 22.59 5.07 -
YUV 117.31 88.33 213.37 -
System Red Green Blue C M Y K H S L
Decimal 237 70 47 0 0.70 0.80 0.07 7.26 0.84 0.56
Hex ED 46 2F 0 46 50 7 7 54 38
Octal 355 106 57 0 106 120 7 7 124 70
Binary 11101101 1000110 101111 0 1000110 1010000 111 111 1010100 111000

Color Harmonies of #ED462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED462F

Black with #ED462F

Text Example


Text Example

White with #ED462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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