Html Css Color HEX #C2233C Cardinal

📋 copy color: '#C2233C'

red 194 ◦ green 35 ◦ blue 60

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

Shades of Cardinal #C2233C

Tints of Cardinal #C2233C

RGB

 RED value IS 194 (76.17% from 255) = 67.13%

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

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

R = 67.13%
G = 12.11%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2233C (or 0xC2233C) is known color: Cardinal. HEX triplet: C2, 23 and 3C. RGB value is (194,35,60). Sum of RGB (Red+Green+Blue) = 194+35+60=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2233C is #3DDCC3. Grayscale: #555555. Windows color (decimal): -4054212 or 3941314. OLE color: 3941314.

HSL color Cylindrical-coordinate representation of color #C2233C: hue angle of 350.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2233C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 60 -
CMYK 0 0.82 0.69 0.24
HSL 350.57º 0.69% 0.45% -
HSV(B) 350.57º 0.82% 0.76% -
XYZ 23.66 13 5.54 -
YUV 85.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 194 35 60 0 0.82 0.69 0.24 350.57 0.69 0.45
Hex C2 23 3C 0 52 45 18 15F 45 2D
Octal 302 43 74 0 122 105 30 537 105 55
Binary 11000010 100011 111100 0 1010010 1000101 11000 101011111 1000101 101101

Color Harmonies of #C2233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2233C

Black with #C2233C

Text Example


Text Example

White with #C2233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2233C; }

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

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

background-color css

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

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

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

border-color css

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

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

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