Html Css Color HEX #C2263D Cardinal

📋 copy color: '#C2263D'

red 194 ◦ green 38 ◦ blue 61

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

Shades of Cardinal #C2263D

Tints of Cardinal #C2263D

RGB

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

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

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

R = 66.21%
G = 12.97%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2263D (or 0xC2263D) is known color: Cardinal. HEX triplet: C2, 26 and 3D. RGB value is (194,38,61). Sum of RGB (Red+Green+Blue) = 194+38+61=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2263D is #3DD9C2. Grayscale: #575757. Windows color (decimal): -4053443 or 4007618. OLE color: 4007618.

HSL color Cylindrical-coordinate representation of color #C2263D: hue angle of 351.15º 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 #C2263D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 61 -
CMYK 0 0.80 0.69 0.24
HSL 351.15º 0.67% 0.45% -
HSV(B) 351.15º 0.8% 0.76% -
XYZ 23.78 13.19 5.71 -
YUV 87.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 194 38 61 0 0.80 0.69 0.24 351.15 0.67 0.45
Hex C2 26 3D 0 50 45 18 15F 43 2D
Octal 302 46 75 0 120 105 30 537 103 55
Binary 11000010 100110 111101 0 1010000 1000101 11000 101011111 1000011 101101

Color Harmonies of #C2263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2263D

Black with #C2263D

Text Example


Text Example

White with #C2263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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