Html Css Color HEX #CA213F Cardinal

📋 copy color: '#CA213F'

red 202 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #CA213F

Tints of Cardinal #CA213F

RGB

 RED value IS 202 (79.3% from 255) = 67.79%

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

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

R = 67.79%
G = 11.07%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA213F (or 0xCA213F) is known color: Cardinal. HEX triplet: CA, 21 and 3F. RGB value is (202,33,63). Sum of RGB (Red+Green+Blue) = 202+33+63=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA213F is #35DEC0. Grayscale: #575757. Windows color (decimal): -3530433 or 4137418. OLE color: 4137418.

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

Color convert

RGB 202 33 63 -
CMYK 0 0.84 0.69 0.21
HSL 349.35º 0.72% 0.46% -
HSV(B) 349.35º 0.84% 0.79% -
XYZ 25.8 14 6.05 -
YUV 86.95 114.49 210.06 -
System Red Green Blue C M Y K H S L
Decimal 202 33 63 0 0.84 0.69 0.21 349.35 0.72 0.46
Hex CA 21 3F 0 54 45 15 15D 48 2E
Octal 312 41 77 0 124 105 25 535 110 56
Binary 11001010 100001 111111 0 1010100 1000101 10101 101011101 1001000 101110

Color Harmonies of #CA213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA213F

Black with #CA213F

Text Example


Text Example

White with #CA213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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