Html Css Color HEX #CA2038 Cardinal

📋 copy color: '#CA2038'

red 202 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #CA2038

Tints of Cardinal #CA2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 69.66%
G = 11.03%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA2038 (or 0xCA2038) is known color: Cardinal. HEX triplet: CA, 20 and 38. RGB value is (202,32,56). Sum of RGB (Red+Green+Blue) = 202+32+56=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2038 is #35DFC7. Grayscale: #555555. Windows color (decimal): -3530696 or 3678410. OLE color: 3678410.

HSL color Cylindrical-coordinate representation of color #CA2038: hue angle of 351.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2038 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 56 -
CMYK 0 0.84 0.72 0.21
HSL 351.53º 0.73% 0.46% -
HSV(B) 351.53º 0.84% 0.79% -
XYZ 25.59 13.88 5.07 -
YUV 85.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 202 32 56 0 0.84 0.72 0.21 351.53 0.73 0.46
Hex CA 20 38 0 54 48 15 160 49 2E
Octal 312 40 70 0 124 110 25 540 111 56
Binary 11001010 100000 111000 0 1010100 1001000 10101 101100000 1001001 101110

Color Harmonies of #CA2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2038

Black with #CA2038

Text Example


Text Example

White with #CA2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2038; }

 p { color: rgb(202,32,56); }

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

background-color css

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

 a { background-color: rgb(202,32,56); }

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

border-color css

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

 span { border-color: rgb(202,32,56); }

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