Html Css Color HEX #ED341B Cinnabar

📋 copy color: '#ED341B'

red 237 ◦ green 52 ◦ blue 27

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

Shades of Cinnabar #ED341B

Tints of Cinnabar #ED341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

 BLUE value IS 27 (10.94% from 255) = 8.54%

R = 75%
G = 16.46%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#ED341B (or 0xED341B) is known color: Cinnabar. HEX triplet: ED, 34 and 1B. RGB value is (237,52,27). Sum of RGB (Red+Green+Blue) = 237+52+27=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED341B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED341B is #12CBE4. Grayscale: #686868. Windows color (decimal): -1231845 or 1783021. OLE color: 1783021.

HSL color Cylindrical-coordinate representation of color #ED341B: hue angle of 7.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED341B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 52 27 -
CMYK 0 0.78 0.89 0.07
HSL 7.14º 0.85% 0.52% -
HSV(B) 7.14º 0.89% 0.93% -
XYZ 36.35 20.54 3.09 -
YUV 104.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 237 52 27 0 0.78 0.89 0.07 7.14 0.85 0.52
Hex ED 34 1B 0 4E 59 7 7 55 34
Octal 355 64 33 0 116 131 7 7 125 64
Binary 11101101 110100 11011 0 1001110 1011001 111 111 1010101 110100

Color Harmonies of #ED341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED341B

Black with #ED341B

Text Example


Text Example

White with #ED341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED341B; }

 p { color: rgb(237,52,27); }

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

background-color css

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

 a { background-color: rgb(237,52,27); }

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

border-color css

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

 span { border-color: rgb(237,52,27); }

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