Html Css Color HEX #C2273B Cardinal

📋 copy color: '#C2273B'

red 194 ◦ green 39 ◦ blue 59

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

Shades of Cardinal #C2273B

Tints of Cardinal #C2273B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 66.44%
G = 13.36%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2273B (or 0xC2273B) is known color: Cardinal. HEX triplet: C2, 27 and 3B. RGB value is (194,39,59). Sum of RGB (Red+Green+Blue) = 194+39+59=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C2273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2273B is #3DD8C4. Grayscale: #575757. Windows color (decimal): -4053189 or 3876802. OLE color: 3876802.

HSL color Cylindrical-coordinate representation of color #C2273B: hue angle of 352.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2273B is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 59 -
CMYK 0 0.80 0.70 0.24
HSL 352.26º 0.67% 0.46% -
HSV(B) 352.26º 0.8% 0.76% -
XYZ 23.76 13.24 5.44 -
YUV 87.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 194 39 59 0 0.80 0.70 0.24 352.26 0.67 0.46
Hex C2 27 3B 0 50 46 18 160 43 2E
Octal 302 47 73 0 120 106 30 540 103 56
Binary 11000010 100111 111011 0 1010000 1000110 11000 101100000 1000011 101110

Color Harmonies of #C2273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2273B

Black with #C2273B

Text Example


Text Example

White with #C2273B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2273B; }

 p { color: rgb(194,39,59); }

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

background-color css

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

 a { background-color: rgb(194,39,59); }

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

border-color css

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

 span { border-color: rgb(194,39,59); }

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