Html Css Color HEX #D83F2D Cinnabar

📋 copy color: '#D83F2D'

red 216 ◦ green 63 ◦ blue 45

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

Shades of Cinnabar #D83F2D

Tints of Cinnabar #D83F2D

RGB

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

 GREEN value IS 63 (25% from 255) = 19.44%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 66.67%
G = 19.44%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D83F2D (or 0xD83F2D) is known color: Cinnabar. HEX triplet: D8, 3F and 2D. RGB value is (216,63,45). Sum of RGB (Red+Green+Blue) = 216+63+45=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F2D is #27C0D2. Grayscale: #6A6A6A. Windows color (decimal): -2605267 or 2965464. OLE color: 2965464.

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

Color convert

RGB 216 63 45 -
CMYK 0 0.71 0.79 0.15
HSL 6.32º 0.69% 0.51% -
HSV(B) 6.32º 0.79% 0.85% -
XYZ 30.57 18.34 4.41 -
YUV 106.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 216 63 45 0 0.71 0.79 0.15 6.32 0.69 0.51
Hex D8 3F 2D 0 47 4F F 6 45 33
Octal 330 77 55 0 107 117 17 6 105 63
Binary 11011000 111111 101101 0 1000111 1001111 1111 110 1000101 110011

Color Harmonies of #D83F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F2D

Black with #D83F2D

Text Example


Text Example

White with #D83F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F2D; }

 p { color: rgb(216,63,45); }

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

background-color css

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

 a { background-color: rgb(216,63,45); }

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

border-color css

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

 span { border-color: rgb(216,63,45); }

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