Html Css Color HEX #CA233B Cardinal

📋 copy color: '#CA233B'

red 202 ◦ green 35 ◦ blue 59

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

Shades of Cardinal #CA233B

Tints of Cardinal #CA233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.93%

R = 68.24%
G = 11.82%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA233B (or 0xCA233B) is known color: Cardinal. HEX triplet: CA, 23 and 3B. RGB value is (202,35,59). Sum of RGB (Red+Green+Blue) = 202+35+59=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA233B is #35DCC4. Grayscale: #575757. Windows color (decimal): -3529925 or 3875786. OLE color: 3875786.

HSL color Cylindrical-coordinate representation of color #CA233B: hue angle of 351.38º 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 #CA233B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 59 -
CMYK 0 0.83 0.71 0.21
HSL 351.38º 0.7% 0.46% -
HSV(B) 351.38º 0.83% 0.79% -
XYZ 25.75 14.07 5.5 -
YUV 87.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 202 35 59 0 0.83 0.71 0.21 351.38 0.7 0.46
Hex CA 23 3B 0 53 47 15 15F 46 2E
Octal 312 43 73 0 123 107 25 537 106 56
Binary 11001010 100011 111011 0 1010011 1000111 10101 101011111 1000110 101110

Color Harmonies of #CA233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA233B

Black with #CA233B

Text Example


Text Example

White with #CA233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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