Html Css Color HEX #CA1933 Cardinal

📋 copy color: '#CA1933'

red 202 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #CA1933

Tints of Cardinal #CA1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 72.66%
G = 8.99%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA1933 (or 0xCA1933) is known color: Cardinal. HEX triplet: CA, 19 and 33. RGB value is (202,25,51). Sum of RGB (Red+Green+Blue) = 202+25+51=278 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.66% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1933 is #35E6CC. Grayscale: #505050. Windows color (decimal): -3532493 or 3348938. OLE color: 3348938.

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

Color convert

RGB 202 25 51 -
CMYK 0 0.88 0.75 0.21
HSL 351.19º 0.78% 0.45% -
HSV(B) 351.19º 0.88% 0.79% -
XYZ 25.3 13.49 4.4 -
YUV 80.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 202 25 51 0 0.88 0.75 0.21 351.19 0.78 0.45
Hex CA 19 33 0 58 4B 15 15F 4E 2D
Octal 312 31 63 0 130 113 25 537 116 55
Binary 11001010 11001 110011 0 1011000 1001011 10101 101011111 1001110 101101

Color Harmonies of #CA1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1933

Black with #CA1933

Text Example


Text Example

White with #CA1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1933; }

 p { color: rgb(202,25,51); }

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

background-color css

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

 a { background-color: rgb(202,25,51); }

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

border-color css

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

 span { border-color: rgb(202,25,51); }

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