Html Css Color HEX #D54338 Cinnabar

📋 copy color: '#D54338'

red 213 ◦ green 67 ◦ blue 56

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

Shades of Cinnabar #D54338

Tints of Cinnabar #D54338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 63.39%
G = 19.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D54338 (or 0xD54338) is known color: Cinnabar. HEX triplet: D5, 43 and 38. RGB value is (213,67,56). Sum of RGB (Red+Green+Blue) = 213+67+56=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D54338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54338 is #2ABCC7. Grayscale: #6D6D6D. Windows color (decimal): -2800840 or 3687381. OLE color: 3687381.

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

Color convert

RGB 213 67 56 -
CMYK 0 0.69 0.74 0.16
HSL 4.2º 0.65% 0.53% -
HSV(B) 4.2º 0.74% 0.84% -
XYZ 30.16 18.45 5.71 -
YUV 109.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 213 67 56 0 0.69 0.74 0.16 4.2 0.65 0.53
Hex D5 43 38 0 45 4A 10 4 41 35
Octal 325 103 70 0 105 112 20 4 101 65
Binary 11010101 1000011 111000 0 1000101 1001010 10000 100 1000001 110101

Color Harmonies of #D54338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54338

Black with #D54338

Text Example


Text Example

White with #D54338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54338; }

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

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

background-color css

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

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

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

border-color css

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

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

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