Html Css Color HEX #CA143D Cardinal

📋 copy color: '#CA143D'

red 202 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #CA143D

Tints of Cardinal #CA143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 61 (24.22% from 255) = 21.55%

R = 71.38%
G = 7.07%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA143D (or 0xCA143D) is known color: Cardinal. HEX triplet: CA, 14 and 3D. RGB value is (202,20,61). Sum of RGB (Red+Green+Blue) = 202+20+61=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA143D is #35EBC2. Grayscale: #4F4F4F. Windows color (decimal): -3533763 or 4003018. OLE color: 4003018.

HSL color Cylindrical-coordinate representation of color #CA143D: hue angle of 346.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA143D is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 61 -
CMYK 0 0.90 0.70 0.21
HSL 346.48º 0.82% 0.44% -
HSV(B) 346.48º 0.9% 0.79% -
XYZ 25.45 13.39 5.66 -
YUV 79.09 117.8 215.67 -
System Red Green Blue C M Y K H S L
Decimal 202 20 61 0 0.90 0.70 0.21 346.48 0.82 0.44
Hex CA 14 3D 0 5A 46 15 15A 52 2C
Octal 312 24 75 0 132 106 25 532 122 54
Binary 11001010 10100 111101 0 1011010 1000110 10101 101011010 1010010 101100

Color Harmonies of #CA143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA143D

Black with #CA143D

Text Example


Text Example

White with #CA143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA143D; }

 p { color: rgb(202,20,61); }

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

background-color css

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

 a { background-color: rgb(202,20,61); }

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

border-color css

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

 span { border-color: rgb(202,20,61); }

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