Html Css Color HEX #D54033 Cinnabar

📋 copy color: '#D54033'

red 213 ◦ green 64 ◦ blue 51

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

Shades of Cinnabar #D54033

Tints of Cinnabar #D54033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 64.94%
G = 19.51%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D54033 (or 0xD54033) is known color: Cinnabar. HEX triplet: D5, 40 and 33. RGB value is (213,64,51). Sum of RGB (Red+Green+Blue) = 213+64+51=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D54033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54033 is #2ABFCC. Grayscale: #6B6B6B. Windows color (decimal): -2801613 or 3358933. OLE color: 3358933.

HSL color Cylindrical-coordinate representation of color #D54033: hue angle of 4.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D54033 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 51 -
CMYK 0 0.70 0.76 0.16
HSL 4.81º 0.66% 0.52% -
HSV(B) 4.81º 0.76% 0.84% -
XYZ 29.87 18.05 5.04 -
YUV 107.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 213 64 51 0 0.70 0.76 0.16 4.81 0.66 0.52
Hex D5 40 33 0 46 4C 10 5 42 34
Octal 325 100 63 0 106 114 20 5 102 64
Binary 11010101 1000000 110011 0 1000110 1001100 10000 101 1000010 110100

Color Harmonies of #D54033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54033

Black with #D54033

Text Example


Text Example

White with #D54033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54033; }

 p { color: rgb(213,64,51); }

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

background-color css

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

 a { background-color: rgb(213,64,51); }

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

border-color css

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

 span { border-color: rgb(213,64,51); }

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