Html Css Color HEX #CA1534 Cardinal

📋 copy color: '#CA1534'

red 202 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #CA1534

Tints of Cardinal #CA1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 73.45%
G = 7.64%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA1534 (or 0xCA1534) is known color: Cardinal. HEX triplet: CA, 15 and 34. RGB value is (202,21,52). Sum of RGB (Red+Green+Blue) = 202+21+52=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1534 is #35EACB. Grayscale: #4E4E4E. Windows color (decimal): -3533516 or 3413450. OLE color: 3413450.

HSL color Cylindrical-coordinate representation of color #CA1534: hue angle of 349.72º degrees, saturation: 0.81, 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 #CA1534 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 52 -
CMYK 0 0.90 0.74 0.21
HSL 349.72º 0.81% 0.44% -
HSV(B) 349.72º 0.9% 0.79% -
XYZ 25.25 13.34 4.49 -
YUV 78.65 112.97 215.98 -
System Red Green Blue C M Y K H S L
Decimal 202 21 52 0 0.90 0.74 0.21 349.72 0.81 0.44
Hex CA 15 34 0 5A 4A 15 15E 51 2C
Octal 312 25 64 0 132 112 25 536 121 54
Binary 11001010 10101 110100 0 1011010 1001010 10101 101011110 1010001 101100

Color Harmonies of #CA1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1534

Black with #CA1534

Text Example


Text Example

White with #CA1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1534; }

 p { color: rgb(202,21,52); }

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

background-color css

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

 a { background-color: rgb(202,21,52); }

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

border-color css

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

 span { border-color: rgb(202,21,52); }

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