Html Css Color HEX #CA1343 Cardinal

📋 copy color: '#CA1343'

red 202 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #CA1343

Tints of Cardinal #CA1343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.26%

R = 70.14%
G = 6.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA1343 (or 0xCA1343) is known color: Cardinal. HEX triplet: CA, 13 and 43. RGB value is (202,19,67). Sum of RGB (Red+Green+Blue) = 202+19+67=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1343 is #35ECBC. Grayscale: #4F4F4F. Windows color (decimal): -3534013 or 4395978. OLE color: 4395978.

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

Color convert

RGB 202 19 67 -
CMYK 0 0.91 0.67 0.21
HSL 344.26º 0.83% 0.43% -
HSV(B) 344.26º 0.91% 0.79% -
XYZ 25.6 13.43 6.55 -
YUV 79.19 121.13 215.6 -
System Red Green Blue C M Y K H S L
Decimal 202 19 67 0 0.91 0.67 0.21 344.26 0.83 0.43
Hex CA 13 43 0 5B 43 15 158 53 2B
Octal 312 23 103 0 133 103 25 530 123 53
Binary 11001010 10011 1000011 0 1011011 1000011 10101 101011000 1010011 101011

Color Harmonies of #CA1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1343

Black with #CA1343

Text Example


Text Example

White with #CA1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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