Html Css Color HEX #CA134A Cardinal

📋 copy color: '#CA134A'

red 202 ◦ green 19 ◦ blue 74

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

Shades of Cardinal #CA134A

Tints of Cardinal #CA134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 68.47%
G = 6.44%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA134A (or 0xCA134A) is known color: Cardinal. HEX triplet: CA, 13 and 4A. RGB value is (202,19,74). Sum of RGB (Red+Green+Blue) = 202+19+74=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA134A is #35ECB5. Grayscale: #4F4F4F. Windows color (decimal): -3534006 or 4854730. OLE color: 4854730.

HSL color Cylindrical-coordinate representation of color #CA134A: hue angle of 341.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA134A is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 74 -
CMYK 0 0.91 0.63 0.21
HSL 341.97º 0.83% 0.43% -
HSV(B) 341.97º 0.91% 0.79% -
XYZ 25.83 13.52 7.73 -
YUV 79.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 202 19 74 0 0.91 0.63 0.21 341.97 0.83 0.43
Hex CA 13 4A 0 5B 3F 15 156 53 2B
Octal 312 23 112 0 133 77 25 526 123 53
Binary 11001010 10011 1001010 0 1011011 111111 10101 101010110 1010011 101011

Color Harmonies of #CA134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA134A

Black with #CA134A

Text Example


Text Example

White with #CA134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA134A; }

 p { color: rgb(202,19,74); }

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

background-color css

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

 a { background-color: rgb(202,19,74); }

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

border-color css

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

 span { border-color: rgb(202,19,74); }

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