Html Css Color HEX #D54741 Cinnabar

📋 copy color: '#D54741'

red 213 ◦ green 71 ◦ blue 65

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

Shades of Cinnabar #D54741

Tints of Cinnabar #D54741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 61.03%
G = 20.34%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54741 (or 0xD54741) is known color: Cinnabar. HEX triplet: D5, 47 and 41. RGB value is (213,71,65). Sum of RGB (Red+Green+Blue) = 213+71+65=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54741 is #2AB8BE. Grayscale: #707070. Windows color (decimal): -2799807 or 4278229. OLE color: 4278229.

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

Color convert

RGB 213 71 65 -
CMYK 0 0.67 0.69 0.16
HSL 2.43º 0.64% 0.55% -
HSV(B) 2.43º 0.69% 0.84% -
XYZ 30.65 19.03 7.06 -
YUV 112.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 213 71 65 0 0.67 0.69 0.16 2.43 0.64 0.55
Hex D5 47 41 0 43 45 10 2 40 37
Octal 325 107 101 0 103 105 20 2 100 67
Binary 11010101 1000111 1000001 0 1000011 1000101 10000 10 1000000 110111

Color Harmonies of #D54741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54741

Black with #D54741

Text Example


Text Example

White with #D54741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54741; }

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

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

background-color css

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

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

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

border-color css

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

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

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