Html Css Color HEX #CA253A Cardinal

📋 copy color: '#CA253A'

red 202 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #CA253A

Tints of Cardinal #CA253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 68.01%
G = 12.46%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA253A (or 0xCA253A) is known color: Cardinal. HEX triplet: CA, 25 and 3A. RGB value is (202,37,58). Sum of RGB (Red+Green+Blue) = 202+37+58=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA253A is #35DAC5. Grayscale: #585858. Windows color (decimal): -3529414 or 3810762. OLE color: 3810762.

HSL color Cylindrical-coordinate representation of color #CA253A: hue angle of 352.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA253A is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 37 58 -
CMYK 0 0.82 0.71 0.21
HSL 352.36º 0.69% 0.47% -
HSV(B) 352.36º 0.82% 0.79% -
XYZ 25.78 14.19 5.38 -
YUV 88.73 110.66 208.79 -
System Red Green Blue C M Y K H S L
Decimal 202 37 58 0 0.82 0.71 0.21 352.36 0.69 0.47
Hex CA 25 3A 0 52 47 15 160 45 2F
Octal 312 45 72 0 122 107 25 540 105 57
Binary 11001010 100101 111010 0 1010010 1000111 10101 101100000 1000101 101111

Color Harmonies of #CA253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA253A

Black with #CA253A

Text Example


Text Example

White with #CA253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA253A; }

 p { color: rgb(202,37,58); }

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

background-color css

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

 a { background-color: rgb(202,37,58); }

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

border-color css

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

 span { border-color: rgb(202,37,58); }

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