Html Css Color HEX #D3413A Cinnabar

📋 copy color: '#D3413A'

red 211 ◦ green 65 ◦ blue 58

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

Shades of Cinnabar #D3413A

Tints of Cinnabar #D3413A

RGB

 RED value IS 211 (82.81% from 255) = 63.17%

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 63.17%
G = 19.46%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D3413A (or 0xD3413A) is known color: Cinnabar. HEX triplet: D3, 41 and 3A. RGB value is (211,65,58). Sum of RGB (Red+Green+Blue) = 211+65+58=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D3413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3413A is #2CBEC5. Grayscale: #6C6C6C. Windows color (decimal): -2932422 or 3817939. OLE color: 3817939.

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

Color convert

RGB 211 65 58 -
CMYK 0 0.69 0.73 0.17
HSL 2.75º 0.63% 0.53% -
HSV(B) 2.75º 0.73% 0.83% -
XYZ 29.52 17.93 5.91 -
YUV 107.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 211 65 58 0 0.69 0.73 0.17 2.75 0.63 0.53
Hex D3 41 3A 0 45 49 11 3 3F 35
Octal 323 101 72 0 105 111 21 3 77 65
Binary 11010011 1000001 111010 0 1000101 1001001 10001 11 111111 110101

Color Harmonies of #D3413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3413A

Black with #D3413A

Text Example


Text Example

White with #D3413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3413A; }

 p { color: rgb(211,65,58); }

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

background-color css

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

 a { background-color: rgb(211,65,58); }

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

border-color css

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

 span { border-color: rgb(211,65,58); }

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