Html Css Color HEX #D0212F Cardinal

📋 copy color: '#D0212F'

red 208 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #D0212F

Tints of Cardinal #D0212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 72.22%
G = 11.46%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0212F (or 0xD0212F) is known color: Cardinal. HEX triplet: D0, 21 and 2F. RGB value is (208,33,47). Sum of RGB (Red+Green+Blue) = 208+33+47=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0212F is #2FDED0. Grayscale: #575757. Windows color (decimal): -3137233 or 3088848. OLE color: 3088848.

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

Color convert

RGB 208 33 47 -
CMYK 0 0.84 0.77 0.18
HSL 355.2º 0.73% 0.47% -
HSV(B) 355.2º 0.84% 0.82% -
XYZ 27.07 14.7 4.1 -
YUV 86.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 208 33 47 0 0.84 0.77 0.18 355.2 0.73 0.47
Hex D0 21 2F 0 54 4D 12 163 49 2F
Octal 320 41 57 0 124 115 22 543 111 57
Binary 11010000 100001 101111 0 1010100 1001101 10010 101100011 1001001 101111

Color Harmonies of #D0212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0212F

Black with #D0212F

Text Example


Text Example

White with #D0212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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