Html Css Color HEX #C2263A Cardinal

📋 copy color: '#C2263A'

red 194 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #C2263A

Tints of Cardinal #C2263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 66.9%
G = 13.1%
B = 20%

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

#C2263A (or 0xC2263A) is known color: Cardinal. HEX triplet: C2, 26 and 3A. RGB value is (194,38,58). Sum of RGB (Red+Green+Blue) = 194+38+58=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2263A is #3DD9C5. Grayscale: #565656. Windows color (decimal): -4053446 or 3811010. OLE color: 3811010.

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

Color convert

RGB 194 38 58 -
CMYK 0 0.80 0.70 0.24
HSL 352.31º 0.67% 0.45% -
HSV(B) 352.31º 0.8% 0.76% -
XYZ 23.7 13.16 5.29 -
YUV 86.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 194 38 58 0 0.80 0.70 0.24 352.31 0.67 0.45
Hex C2 26 3A 0 50 46 18 160 43 2D
Octal 302 46 72 0 120 106 30 540 103 55
Binary 11000010 100110 111010 0 1010000 1000110 11000 101100000 1000011 101101

Color Harmonies of #C2263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2263A

Black with #C2263A

Text Example


Text Example

White with #C2263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2263A; }

 p { color: rgb(194,38,58); }

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

background-color css

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

 a { background-color: rgb(194,38,58); }

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

border-color css

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

 span { border-color: rgb(194,38,58); }

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