Html Css Color HEX #ED3F23 Cinnabar

📋 copy color: '#ED3F23'

red 237 ◦ green 63 ◦ blue 35

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

Shades of Cinnabar #ED3F23

Tints of Cinnabar #ED3F23

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

 BLUE value IS 35 (14.06% from 255) = 10.45%

R = 70.75%
G = 18.81%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#ED3F23 (or 0xED3F23) is known color: Cinnabar. HEX triplet: ED, 3F and 23. RGB value is (237,63,35). Sum of RGB (Red+Green+Blue) = 237+63+35=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3F23 is #12C0DC. Grayscale: #707070. Windows color (decimal): -1229021 or 2310125. OLE color: 2310125.

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

Color convert

RGB 237 63 35 -
CMYK 0 0.73 0.85 0.07
HSL 8.32º 0.85% 0.53% -
HSV(B) 8.32º 0.85% 0.93% -
XYZ 37.01 21.68 3.82 -
YUV 111.83 84.65 217.28 -
System Red Green Blue C M Y K H S L
Decimal 237 63 35 0 0.73 0.85 0.07 8.32 0.85 0.53
Hex ED 3F 23 0 49 55 7 8 55 35
Octal 355 77 43 0 111 125 7 10 125 65
Binary 11101101 111111 100011 0 1001001 1010101 111 1000 1010101 110101

Color Harmonies of #ED3F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F23

Black with #ED3F23

Text Example


Text Example

White with #ED3F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F23; }

 p { color: rgb(237,63,35); }

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

background-color css

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

 a { background-color: rgb(237,63,35); }

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

border-color css

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

 span { border-color: rgb(237,63,35); }

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