Html Css Color HEX #CA1344 Cardinal

📋 copy color: '#CA1344'

red 202 ◦ green 19 ◦ blue 68

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

Shades of Cardinal #CA1344

Tints of Cardinal #CA1344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 69.9%
G = 6.57%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA1344 (or 0xCA1344) is known color: Cardinal. HEX triplet: CA, 13 and 44. RGB value is (202,19,68). Sum of RGB (Red+Green+Blue) = 202+19+68=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1344 is #35ECBB. Grayscale: #4F4F4F. Windows color (decimal): -3534012 or 4461514. OLE color: 4461514.

HSL color Cylindrical-coordinate representation of color #CA1344: hue angle of 343.93º 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 #CA1344 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 68 -
CMYK 0 0.91 0.66 0.21
HSL 343.93º 0.83% 0.43% -
HSV(B) 343.93º 0.91% 0.79% -
XYZ 25.63 13.44 6.71 -
YUV 79.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 202 19 68 0 0.91 0.66 0.21 343.93 0.83 0.43
Hex CA 13 44 0 5B 42 15 158 53 2B
Octal 312 23 104 0 133 102 25 530 123 53
Binary 11001010 10011 1000100 0 1011011 1000010 10101 101011000 1010011 101011

Color Harmonies of #CA1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1344

Black with #CA1344

Text Example


Text Example

White with #CA1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1344; }

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

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

background-color css

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

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

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

border-color css

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

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

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