Html Css Color HEX #CA1337 Cardinal

📋 copy color: '#CA1337'

red 202 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #CA1337

Tints of Cardinal #CA1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.93%

R = 73.19%
G = 6.88%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1337 (or 0xCA1337) is known color: Cardinal. HEX triplet: CA, 13 and 37. RGB value is (202,19,55). Sum of RGB (Red+Green+Blue) = 202+19+55=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1337 is #35ECC8. Grayscale: #4D4D4D. Windows color (decimal): -3534025 or 3609546. OLE color: 3609546.

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

Color convert

RGB 202 19 55 -
CMYK 0 0.91 0.73 0.21
HSL 348.2º 0.83% 0.43% -
HSV(B) 348.2º 0.91% 0.79% -
XYZ 25.28 13.3 4.85 -
YUV 77.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 202 19 55 0 0.91 0.73 0.21 348.2 0.83 0.43
Hex CA 13 37 0 5B 49 15 15C 53 2B
Octal 312 23 67 0 133 111 25 534 123 53
Binary 11001010 10011 110111 0 1011011 1001001 10101 101011100 1010011 101011

Color Harmonies of #CA1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1337

Black with #CA1337

Text Example


Text Example

White with #CA1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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