Html Css Color HEX #D83A2A Cinnabar

📋 copy color: '#D83A2A'

red 216 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #D83A2A

Tints of Cinnabar #D83A2A

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 68.35%
G = 18.35%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D83A2A (or 0xD83A2A) is known color: Cinnabar. HEX triplet: D8, 3A and 2A. RGB value is (216,58,42). Sum of RGB (Red+Green+Blue) = 216+58+42=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A2A is #27C5D5. Grayscale: #676767. Windows color (decimal): -2606550 or 2767576. OLE color: 2767576.

HSL color Cylindrical-coordinate representation of color #D83A2A: hue angle of 5.52º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83A2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 58 42 -
CMYK 0 0.73 0.81 0.15
HSL 5.52º 0.69% 0.51% -
HSV(B) 5.52º 0.81% 0.85% -
XYZ 30.25 17.79 4.03 -
YUV 103.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 216 58 42 0 0.73 0.81 0.15 5.52 0.69 0.51
Hex D8 3A 2A 0 49 51 F 6 45 33
Octal 330 72 52 0 111 121 17 6 105 63
Binary 11011000 111010 101010 0 1001001 1010001 1111 110 1000101 110011

Color Harmonies of #D83A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A2A

Black with #D83A2A

Text Example


Text Example

White with #D83A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A2A; }

 p { color: rgb(216,58,42); }

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

background-color css

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

 a { background-color: rgb(216,58,42); }

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

border-color css

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

 span { border-color: rgb(216,58,42); }

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