Html Css Color HEX #ED4B3E Cinnabar

📋 copy color: '#ED4B3E'

red 237 ◦ green 75 ◦ blue 62

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

Shades of Cinnabar #ED4B3E

Tints of Cinnabar #ED4B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.05%

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 63.37%
G = 20.05%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED4B3E (or 0xED4B3E) is known color: Cinnabar. HEX triplet: ED, 4B and 3E. RGB value is (237,75,62). Sum of RGB (Red+Green+Blue) = 237+75+62=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4B3E is #12B4C1. Grayscale: #7A7A7A. Windows color (decimal): -1225922 or 4082669. OLE color: 4082669.

HSL color Cylindrical-coordinate representation of color #ED4B3E: hue angle of 4.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED4B3E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 75 62 -
CMYK 0 0.68 0.74 0.07
HSL 4.46º 0.83% 0.59% -
HSV(B) 4.46º 0.74% 0.93% -
XYZ 38.31 23.38 7.05 -
YUV 121.96 94.17 210.06 -
System Red Green Blue C M Y K H S L
Decimal 237 75 62 0 0.68 0.74 0.07 4.46 0.83 0.59
Hex ED 4B 3E 0 44 4A 7 4 53 3B
Octal 355 113 76 0 104 112 7 4 123 73
Binary 11101101 1001011 111110 0 1000100 1001010 111 100 1010011 111011

Color Harmonies of #ED4B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4B3E

Black with #ED4B3E

Text Example


Text Example

White with #ED4B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4B3E; }

 p { color: rgb(237,75,62); }

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

background-color css

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

 a { background-color: rgb(237,75,62); }

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

border-color css

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

 span { border-color: rgb(237,75,62); }

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