Html Css Color HEX #DA3F3D Cinnabar

📋 copy color: '#DA3F3D'

red 218 ◦ green 63 ◦ blue 61

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

Shades of Cinnabar #DA3F3D

Tints of Cinnabar #DA3F3D

RGB

 RED value IS 218 (85.55% from 255) = 63.74%

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 63.74%
G = 18.42%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA3F3D (or 0xDA3F3D) is known color: Cinnabar. HEX triplet: DA, 3F and 3D. RGB value is (218,63,61). Sum of RGB (Red+Green+Blue) = 218+63+61=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F3D is #25C0C2. Grayscale: #6D6D6D. Windows color (decimal): -2474179 or 4014042. OLE color: 4014042.

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

Color convert

RGB 218 63 61 -
CMYK 0 0.71 0.72 0.15
HSL 0.76º 0.68% 0.55% -
HSV(B) 0.76º 0.72% 0.85% -
XYZ 31.53 18.8 6.38 -
YUV 109.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 218 63 61 0 0.71 0.72 0.15 0.76 0.68 0.55
Hex DA 3F 3D 0 47 48 F 1 44 37
Octal 332 77 75 0 107 110 17 1 104 67
Binary 11011010 111111 111101 0 1000111 1001000 1111 1 1000100 110111

Color Harmonies of #DA3F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F3D

Black with #DA3F3D

Text Example


Text Example

White with #DA3F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F3D; }

 p { color: rgb(218,63,61); }

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

background-color css

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

 a { background-color: rgb(218,63,61); }

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

border-color css

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

 span { border-color: rgb(218,63,61); }

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