Html Css Color HEX #D54123 Cinnabar

📋 copy color: '#D54123'

red 213 ◦ green 65 ◦ blue 35

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

Shades of Cinnabar #D54123

Tints of Cinnabar #D54123

RGB

 RED value IS 213 (83.59% from 255) = 68.05%

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

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

R = 68.05%
G = 20.77%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54123 (or 0xD54123) is known color: Cinnabar. HEX triplet: D5, 41 and 23. RGB value is (213,65,35). Sum of RGB (Red+Green+Blue) = 213+65+35=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D54123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54123 is #2ABEDC. Grayscale: #6A6A6A. Windows color (decimal): -2801373 or 2310613. OLE color: 2310613.

HSL color Cylindrical-coordinate representation of color #D54123: hue angle of 10.11º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D54123 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 35 -
CMYK 0 0.69 0.84 0.16
HSL 10.11º 0.72% 0.49% -
HSV(B) 10.11º 0.84% 0.84% -
XYZ 29.63 18.05 3.51 -
YUV 105.83 88.03 204.44 -
System Red Green Blue C M Y K H S L
Decimal 213 65 35 0 0.69 0.84 0.16 10.11 0.72 0.49
Hex D5 41 23 0 45 54 10 A 48 31
Octal 325 101 43 0 105 124 20 12 110 61
Binary 11010101 1000001 100011 0 1000101 1010100 10000 1010 1001000 110001

Color Harmonies of #D54123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54123

Black with #D54123

Text Example


Text Example

White with #D54123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54123; }

 p { color: rgb(213,65,35); }

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

background-color css

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

 a { background-color: rgb(213,65,35); }

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

border-color css

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

 span { border-color: rgb(213,65,35); }

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