Html Css Color HEX #DA403C Cinnabar

📋 copy color: '#DA403C'

red 218 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #DA403C

Tints of Cinnabar #DA403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 63.74%
G = 18.71%
B = 17.54%

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

#DA403C (or 0xDA403C) is known color: Cinnabar. HEX triplet: DA, 40 and 3C. RGB value is (218,64,60). Sum of RGB (Red+Green+Blue) = 218+64+60=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA403C is #25BFC3. Grayscale: #6D6D6D. Windows color (decimal): -2473924 or 3948762. OLE color: 3948762.

HSL color Cylindrical-coordinate representation of color #DA403C: hue angle of 1.52º 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 #DA403C is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 60 -
CMYK 0 0.71 0.72 0.15
HSL 1.52º 0.68% 0.55% -
HSV(B) 1.52º 0.72% 0.85% -
XYZ 31.56 18.9 6.26 -
YUV 109.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 218 64 60 0 0.71 0.72 0.15 1.52 0.68 0.55
Hex DA 40 3C 0 47 48 F 2 44 37
Octal 332 100 74 0 107 110 17 2 104 67
Binary 11011010 1000000 111100 0 1000111 1001000 1111 10 1000100 110111

Color Harmonies of #DA403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA403C

Black with #DA403C

Text Example


Text Example

White with #DA403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA403C; }

 p { color: rgb(218,64,60); }

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

background-color css

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

 a { background-color: rgb(218,64,60); }

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

border-color css

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

 span { border-color: rgb(218,64,60); }

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