Html Css Color HEX #DA433D Cinnabar

📋 copy color: '#DA433D'

red 218 ◦ green 67 ◦ blue 61

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

Shades of Cinnabar #DA433D

Tints of Cinnabar #DA433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.36%

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

R = 63.01%
G = 19.36%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA433D (or 0xDA433D) is known color: Cinnabar. HEX triplet: DA, 43 and 3D. RGB value is (218,67,61). Sum of RGB (Red+Green+Blue) = 218+67+61=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA433D is #25BCC2. Grayscale: #6F6F6F. Windows color (decimal): -2473155 or 4015066. OLE color: 4015066.

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

Color convert

RGB 218 67 61 -
CMYK 0 0.69 0.72 0.15
HSL 2.29º 0.68% 0.55% -
HSV(B) 2.29º 0.72% 0.85% -
XYZ 31.76 19.26 6.46 -
YUV 111.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 218 67 61 0 0.69 0.72 0.15 2.29 0.68 0.55
Hex DA 43 3D 0 45 48 F 2 44 37
Octal 332 103 75 0 105 110 17 2 104 67
Binary 11011010 1000011 111101 0 1000101 1001000 1111 10 1000100 110111

Color Harmonies of #DA433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA433D

Black with #DA433D

Text Example


Text Example

White with #DA433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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