Html Css Color HEX #D54341 Cinnabar

📋 copy color: '#D54341'

red 213 ◦ green 67 ◦ blue 65

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

Shades of Cinnabar #D54341

Tints of Cinnabar #D54341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.42%

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

R = 61.74%
G = 19.42%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D54341 (or 0xD54341) is known color: Cinnabar. HEX triplet: D5, 43 and 41. RGB value is (213,67,65). Sum of RGB (Red+Green+Blue) = 213+67+65=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54341 is #2ABCBE. Grayscale: #6E6E6E. Windows color (decimal): -2800831 or 4277205. OLE color: 4277205.

HSL color Cylindrical-coordinate representation of color #D54341: hue angle of 0.81º 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 #D54341 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 65 -
CMYK 0 0.69 0.69 0.16
HSL 0.81º 0.64% 0.55% -
HSV(B) 0.81º 0.69% 0.84% -
XYZ 30.4 18.54 6.98 -
YUV 110.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 213 67 65 0 0.69 0.69 0.16 0.81 0.64 0.55
Hex D5 43 41 0 45 45 10 1 40 37
Octal 325 103 101 0 105 105 20 1 100 67
Binary 11010101 1000011 1000001 0 1000101 1000101 10000 1 1000000 110111

Color Harmonies of #D54341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54341

Black with #D54341

Text Example


Text Example

White with #D54341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54341; }

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

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

background-color css

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

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

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

border-color css

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

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

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