Html Css Color HEX #CA1A3D Cardinal

📋 copy color: '#CA1A3D'

red 202 ◦ green 26 ◦ blue 61

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

Shades of Cardinal #CA1A3D

Tints of Cardinal #CA1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

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

R = 69.9%
G = 9%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA1A3D (or 0xCA1A3D) is known color: Cardinal. HEX triplet: CA, 1A and 3D. RGB value is (202,26,61). Sum of RGB (Red+Green+Blue) = 202+26+61=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A3D is #35E5C2. Grayscale: #525252. Windows color (decimal): -3532227 or 4004554. OLE color: 4004554.

HSL color Cylindrical-coordinate representation of color #CA1A3D: hue angle of 348.07º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A3D is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 26 61 -
CMYK 0 0.87 0.70 0.21
HSL 348.07º 0.77% 0.45% -
HSV(B) 348.07º 0.87% 0.79% -
XYZ 25.57 13.63 5.7 -
YUV 82.61 115.81 213.15 -
System Red Green Blue C M Y K H S L
Decimal 202 26 61 0 0.87 0.70 0.21 348.07 0.77 0.45
Hex CA 1A 3D 0 57 46 15 15C 4D 2D
Octal 312 32 75 0 127 106 25 534 115 55
Binary 11001010 11010 111101 0 1010111 1000110 10101 101011100 1001101 101101

Color Harmonies of #CA1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1A3D

Black with #CA1A3D

Text Example


Text Example

White with #CA1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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