Html Css Color HEX #CD213F Cardinal

📋 copy color: '#CD213F'

red 205 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #CD213F

Tints of Cardinal #CD213F

RGB

 RED value IS 205 (80.47% from 255) = 68.11%

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

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

R = 68.11%
G = 10.96%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD213F (or 0xCD213F) is known color: Cardinal. HEX triplet: CD, 21 and 3F. RGB value is (205,33,63). Sum of RGB (Red+Green+Blue) = 205+33+63=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD213F is #32DEC0. Grayscale: #575757. Windows color (decimal): -3333825 or 4137421. OLE color: 4137421.

HSL color Cylindrical-coordinate representation of color #CD213F: hue angle of 349.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD213F is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 33 63 -
CMYK 0 0.84 0.69 0.20
HSL 349.53º 0.72% 0.47% -
HSV(B) 349.53º 0.84% 0.8% -
XYZ 26.62 14.43 6.08 -
YUV 87.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 205 33 63 0 0.84 0.69 0.20 349.53 0.72 0.47
Hex CD 21 3F 0 54 45 14 15E 48 2F
Octal 315 41 77 0 124 105 24 536 110 57
Binary 11001101 100001 111111 0 1010100 1000101 10100 101011110 1001000 101111

Color Harmonies of #CD213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD213F

Black with #CD213F

Text Example


Text Example

White with #CD213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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