Html Css Color HEX #D0222F Cardinal

📋 copy color: '#D0222F'

red 208 ◦ green 34 ◦ blue 47

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

Shades of Cardinal #D0222F

Tints of Cardinal #D0222F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.76%

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

R = 71.97%
G = 11.76%
B = 16.26%

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

#D0222F (or 0xD0222F) is known color: Cardinal. HEX triplet: D0, 22 and 2F. RGB value is (208,34,47). Sum of RGB (Red+Green+Blue) = 208+34+47=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D0222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0222F is #2FDDD0. Grayscale: #575757. Windows color (decimal): -3136977 or 3089104. OLE color: 3089104.

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

Color convert

RGB 208 34 47 -
CMYK 0 0.84 0.77 0.18
HSL 355.52º 0.72% 0.47% -
HSV(B) 355.52º 0.84% 0.82% -
XYZ 27.1 14.76 4.11 -
YUV 87.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 208 34 47 0 0.84 0.77 0.18 355.52 0.72 0.47
Hex D0 22 2F 0 54 4D 12 164 48 2F
Octal 320 42 57 0 124 115 22 544 110 57
Binary 11010000 100010 101111 0 1010100 1001101 10010 101100100 1001000 101111

Color Harmonies of #D0222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0222F

Black with #D0222F

Text Example


Text Example

White with #D0222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0222F; }

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

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

background-color css

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

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

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

border-color css

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

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

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