Html Css Color HEX #C2053D Cardinal

📋 copy color: '#C2053D'

red 194 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #C2053D

Tints of Cardinal #C2053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 74.62%
G = 1.92%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2053D (or 0xC2053D) is known color: Cardinal. HEX triplet: C2, 05 and 3D. RGB value is (194,5,61). Sum of RGB (Red+Green+Blue) = 194+5+61=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053D is #3DFAC2. Grayscale: #434343. Windows color (decimal): -4061891 or 3999170. OLE color: 3999170.

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

Color convert

RGB 194 5 61 -
CMYK 0 0.97 0.69 0.24
HSL 342.22º 0.95% 0.39% -
HSV(B) 342.22º 0.97% 0.76% -
XYZ 23.14 11.91 5.49 -
YUV 67.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 194 5 61 0 0.97 0.69 0.24 342.22 0.95 0.39
Hex C2 5 3D 0 61 45 18 156 5F 27
Octal 302 5 75 0 141 105 30 526 137 47
Binary 11000010 101 111101 0 1100001 1000101 11000 101010110 1011111 100111

Color Harmonies of #C2053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2053D

Black with #C2053D

Text Example


Text Example

White with #C2053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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