Html Css Color HEX #CA233C Cardinal

📋 copy color: '#CA233C'

red 202 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #CA233C

Tints of Cardinal #CA233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 68.01%
G = 11.78%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA233C (or 0xCA233C) is known color: Cardinal. HEX triplet: CA, 23 and 3C. RGB value is (202,35,60). Sum of RGB (Red+Green+Blue) = 202+35+60=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA233C is #35DCC3. Grayscale: #575757. Windows color (decimal): -3529924 or 3941322. OLE color: 3941322.

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

Color convert

RGB 202 35 60 -
CMYK 0 0.83 0.70 0.21
HSL 351.02º 0.7% 0.46% -
HSV(B) 351.02º 0.83% 0.79% -
XYZ 25.77 14.08 5.64 -
YUV 87.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 202 35 60 0 0.83 0.70 0.21 351.02 0.7 0.46
Hex CA 23 3C 0 53 46 15 15F 46 2E
Octal 312 43 74 0 123 106 25 537 106 56
Binary 11001010 100011 111100 0 1010011 1000110 10101 101011111 1000110 101110

Color Harmonies of #CA233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA233C

Black with #CA233C

Text Example


Text Example

White with #CA233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA233C; }

 p { color: rgb(202,35,60); }

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

background-color css

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

 a { background-color: rgb(202,35,60); }

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

border-color css

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

 span { border-color: rgb(202,35,60); }

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