Html Css Color HEX #C2203D Cardinal

📋 copy color: '#C2203D'

red 194 ◦ green 32 ◦ blue 61

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

Shades of Cardinal #C2203D

Tints of Cardinal #C2203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 67.6%
G = 11.15%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2203D (or 0xC2203D) is known color: Cardinal. HEX triplet: C2, 20 and 3D. RGB value is (194,32,61). Sum of RGB (Red+Green+Blue) = 194+32+61=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2203D is #3DDFC2. Grayscale: #535353. Windows color (decimal): -4054979 or 4006082. OLE color: 4006082.

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

Color convert

RGB 194 32 61 -
CMYK 0 0.84 0.69 0.24
HSL 349.26º 0.72% 0.44% -
HSV(B) 349.26º 0.84% 0.76% -
XYZ 23.61 12.84 5.65 -
YUV 83.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 194 32 61 0 0.84 0.69 0.24 349.26 0.72 0.44
Hex C2 20 3D 0 54 45 18 15D 48 2C
Octal 302 40 75 0 124 105 30 535 110 54
Binary 11000010 100000 111101 0 1010100 1000101 11000 101011101 1001000 101100

Color Harmonies of #C2203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2203D

Black with #C2203D

Text Example


Text Example

White with #C2203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2203D; }

 p { color: rgb(194,32,61); }

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

background-color css

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

 a { background-color: rgb(194,32,61); }

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

border-color css

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

 span { border-color: rgb(194,32,61); }

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