Html Css Color HEX #CA1C32 Cardinal

📋 copy color: '#CA1C32'

red 202 ◦ green 28 ◦ blue 50

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

Shades of Cardinal #CA1C32

Tints of Cardinal #CA1C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10%

 BLUE value IS 50 (19.92% from 255) = 17.86%

R = 72.14%
G = 10%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA1C32 (or 0xCA1C32) is known color: Cardinal. HEX triplet: CA, 1C and 32. RGB value is (202,28,50). Sum of RGB (Red+Green+Blue) = 202+28+50=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1C32 is #35E3CD. Grayscale: #525252. Windows color (decimal): -3531726 or 3284170. OLE color: 3284170.

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

Color convert

RGB 202 28 50 -
CMYK 0 0.86 0.75 0.21
HSL 352.41º 0.76% 0.45% -
HSV(B) 352.41º 0.86% 0.79% -
XYZ 25.35 13.62 4.31 -
YUV 82.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 202 28 50 0 0.86 0.75 0.21 352.41 0.76 0.45
Hex CA 1C 32 0 56 4B 15 160 4C 2D
Octal 312 34 62 0 126 113 25 540 114 55
Binary 11001010 11100 110010 0 1010110 1001011 10101 101100000 1001100 101101

Color Harmonies of #CA1C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C32

Black with #CA1C32

Text Example


Text Example

White with #CA1C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C32; }

 p { color: rgb(202,28,50); }

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

background-color css

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

 a { background-color: rgb(202,28,50); }

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

border-color css

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

 span { border-color: rgb(202,28,50); }

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