Html Css Color HEX #CA0D3A Cardinal

📋 copy color: '#CA0D3A'

red 202 ◦ green 13 ◦ blue 58

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

Shades of Cardinal #CA0D3A

Tints of Cardinal #CA0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 73.99%
G = 4.76%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA0D3A (or 0xCA0D3A) is known color: Cardinal. HEX triplet: CA, 0D and 3A. RGB value is (202,13,58). Sum of RGB (Red+Green+Blue) = 202+13+58=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D3A is #35F2C5. Grayscale: #4A4A4A. Windows color (decimal): -3535558 or 3804618. OLE color: 3804618.

HSL color Cylindrical-coordinate representation of color #CA0D3A: hue angle of 345.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D3A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 13 58 -
CMYK 0 0.94 0.71 0.21
HSL 345.71º 0.88% 0.42% -
HSV(B) 345.71º 0.94% 0.79% -
XYZ 25.26 13.15 5.21 -
YUV 74.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 202 13 58 0 0.94 0.71 0.21 345.71 0.88 0.42
Hex CA D 3A 0 5E 47 15 15A 58 2A
Octal 312 15 72 0 136 107 25 532 130 52
Binary 11001010 1101 111010 0 1011110 1000111 10101 101011010 1011000 101010

Color Harmonies of #CA0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D3A

Black with #CA0D3A

Text Example


Text Example

White with #CA0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D3A; }

 p { color: rgb(202,13,58); }

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

background-color css

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

 a { background-color: rgb(202,13,58); }

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

border-color css

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

 span { border-color: rgb(202,13,58); }

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