Html Css Color HEX #D54342 Cinnabar

📋 copy color: '#D54342'

red 213 ◦ green 67 ◦ blue 66

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

Shades of Cinnabar #D54342

Tints of Cinnabar #D54342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 61.56%
G = 19.36%
B = 19.08%

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

#D54342 (or 0xD54342) is known color: Cinnabar. HEX triplet: D5, 43 and 42. RGB value is (213,67,66). Sum of RGB (Red+Green+Blue) = 213+67+66=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D54342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54342 is #2ABCBD. Grayscale: #6E6E6E. Windows color (decimal): -2800830 or 4342741. OLE color: 4342741.

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

Color convert

RGB 213 67 66 -
CMYK 0 0.69 0.69 0.16
HSL 0.41º 0.64% 0.55% -
HSV(B) 0.41º 0.69% 0.84% -
XYZ 30.43 18.55 7.13 -
YUV 110.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 213 67 66 0 0.69 0.69 0.16 0.41 0.64 0.55
Hex D5 43 42 0 45 45 10 0 40 37
Octal 325 103 102 0 105 105 20 0 100 67
Binary 11010101 1000011 1000010 0 1000101 1000101 10000 0 1000000 110111

Color Harmonies of #D54342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54342

Black with #D54342

Text Example


Text Example

White with #D54342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54342; }

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

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

background-color css

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

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

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

border-color css

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

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

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