Html Css Color HEX #ED4130 Cinnabar

📋 copy color: '#ED4130'

red 237 ◦ green 65 ◦ blue 48

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

Shades of Cinnabar #ED4130

Tints of Cinnabar #ED4130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 48 (19.14% from 255) = 13.71%

R = 67.71%
G = 18.57%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ED4130 (or 0xED4130) is known color: Cinnabar. HEX triplet: ED, 41 and 30. RGB value is (237,65,48). Sum of RGB (Red+Green+Blue) = 237+65+48=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 48 (19.14% from 255 or 13.71% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4130 is #12BECF. Grayscale: #727272. Windows color (decimal): -1228496 or 3162605. OLE color: 3162605.

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

Color convert

RGB 237 65 48 -
CMYK 0 0.73 0.80 0.07
HSL 5.4º 0.84% 0.56% -
HSV(B) 5.4º 0.8% 0.93% -
XYZ 37.35 22 5.07 -
YUV 114.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 237 65 48 0 0.73 0.80 0.07 5.4 0.84 0.56
Hex ED 41 30 0 49 50 7 5 54 38
Octal 355 101 60 0 111 120 7 5 124 70
Binary 11101101 1000001 110000 0 1001001 1010000 111 101 1010100 111000

Color Harmonies of #ED4130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4130

Black with #ED4130

Text Example


Text Example

White with #ED4130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4130; }

 p { color: rgb(237,65,48); }

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

background-color css

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

 a { background-color: rgb(237,65,48); }

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

border-color css

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

 span { border-color: rgb(237,65,48); }

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