Html Css Color HEX #DA3D34 Cinnabar

📋 copy color: '#DA3D34'

red 218 ◦ green 61 ◦ blue 52

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

Shades of Cinnabar #DA3D34

Tints of Cinnabar #DA3D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.43%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 65.86%
G = 18.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3D34 (or 0xDA3D34) is known color: Cinnabar. HEX triplet: DA, 3D and 34. RGB value is (218,61,52). Sum of RGB (Red+Green+Blue) = 218+61+52=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3D34 is #25C2CB. Grayscale: #6B6B6B. Windows color (decimal): -2474700 or 3423706. OLE color: 3423706.

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

Color convert

RGB 218 61 52 -
CMYK 0 0.72 0.76 0.15
HSL 3.25º 0.69% 0.53% -
HSV(B) 3.25º 0.76% 0.85% -
XYZ 31.2 18.49 5.17 -
YUV 106.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 218 61 52 0 0.72 0.76 0.15 3.25 0.69 0.53
Hex DA 3D 34 0 48 4C F 3 45 35
Octal 332 75 64 0 110 114 17 3 105 65
Binary 11011010 111101 110100 0 1001000 1001100 1111 11 1000101 110101

Color Harmonies of #DA3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D34

Black with #DA3D34

Text Example


Text Example

White with #DA3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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