Html Css Color HEX #D5433A Cinnabar

📋 copy color: '#D5433A'

red 213 ◦ green 67 ◦ blue 58

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

Shades of Cinnabar #D5433A

Tints of Cinnabar #D5433A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 63.02%
G = 19.82%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5433A (or 0xD5433A) is known color: Cinnabar. HEX triplet: D5, 43 and 3A. RGB value is (213,67,58). Sum of RGB (Red+Green+Blue) = 213+67+58=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5433A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5433A is #2ABCC5. Grayscale: #6D6D6D. Windows color (decimal): -2800838 or 3818453. OLE color: 3818453.

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

Color convert

RGB 213 67 58 -
CMYK 0 0.69 0.73 0.16
HSL 3.48º 0.65% 0.53% -
HSV(B) 3.48º 0.73% 0.84% -
XYZ 30.21 18.47 5.97 -
YUV 109.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 213 67 58 0 0.69 0.73 0.16 3.48 0.65 0.53
Hex D5 43 3A 0 45 49 10 3 41 35
Octal 325 103 72 0 105 111 20 3 101 65
Binary 11010101 1000011 111010 0 1000101 1001001 10000 11 1000001 110101

Color Harmonies of #D5433A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5433A

Black with #D5433A

Text Example


Text Example

White with #D5433A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5433A; }

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

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

background-color css

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

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

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

border-color css

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

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

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