Html Css Color HEX #D0213A Cardinal

📋 copy color: '#D0213A'

red 208 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #D0213A

Tints of Cardinal #D0213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.4%

R = 69.57%
G = 11.04%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0213A (or 0xD0213A) is known color: Cardinal. HEX triplet: D0, 21 and 3A. RGB value is (208,33,58). Sum of RGB (Red+Green+Blue) = 208+33+58=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0213A is #2FDEC5. Grayscale: #585858. Windows color (decimal): -3137222 or 3809744. OLE color: 3809744.

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

Color convert

RGB 208 33 58 -
CMYK 0 0.84 0.72 0.18
HSL 351.43º 0.73% 0.47% -
HSV(B) 351.43º 0.84% 0.82% -
XYZ 27.32 14.8 5.42 -
YUV 88.18 110.98 213.47 -
System Red Green Blue C M Y K H S L
Decimal 208 33 58 0 0.84 0.72 0.18 351.43 0.73 0.47
Hex D0 21 3A 0 54 48 12 15F 49 2F
Octal 320 41 72 0 124 110 22 537 111 57
Binary 11010000 100001 111010 0 1010100 1001000 10010 101011111 1001001 101111

Color Harmonies of #D0213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0213A

Black with #D0213A

Text Example


Text Example

White with #D0213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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