Html Css Color HEX #D0213F Cardinal

📋 copy color: '#D0213F'

red 208 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #D0213F

Tints of Cardinal #D0213F

RGB

 RED value IS 208 (81.64% from 255) = 68.42%

 GREEN value IS 33 (13.28% from 255) = 10.86%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 68.42%
G = 10.86%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0213F (or 0xD0213F) is known color: Cardinal. HEX triplet: D0, 21 and 3F. RGB value is (208,33,63). Sum of RGB (Red+Green+Blue) = 208+33+63=304 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.42% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 208 - color contains mainly: red. Hex color #D0213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0213F is #2FDEC0. Grayscale: #585858. Windows color (decimal): -3137217 or 4137424. OLE color: 4137424.

HSL color Cylindrical-coordinate representation of color #D0213F: hue angle of 349.71º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0213F is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 33 63 -
CMYK 0 0.84 0.70 0.18
HSL 349.71º 0.73% 0.47% -
HSV(B) 349.71º 0.84% 0.82% -
XYZ 27.45 14.86 6.12 -
YUV 88.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 208 33 63 0 0.84 0.70 0.18 349.71 0.73 0.47
Hex D0 21 3F 0 54 46 12 15E 49 2F
Octal 320 41 77 0 124 106 22 536 111 57
Binary 11010000 100001 111111 0 1010100 1000110 10010 101011110 1001001 101111

Color Harmonies of #D0213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0213F

Black with #D0213F

Text Example


Text Example

White with #D0213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0213F; }

 p { color: rgb(208,33,63); }

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

background-color css

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

 a { background-color: rgb(208,33,63); }

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

border-color css

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

 span { border-color: rgb(208,33,63); }

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