Html Css Color HEX #C2233D Cardinal

📋 copy color: '#C2233D'

red 194 ◦ green 35 ◦ blue 61

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

Shades of Cardinal #C2233D

Tints of Cardinal #C2233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 66.9%
G = 12.07%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2233D (or 0xC2233D) is known color: Cardinal. HEX triplet: C2, 23 and 3D. RGB value is (194,35,61). Sum of RGB (Red+Green+Blue) = 194+35+61=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2233D is #3DDCC2. Grayscale: #555555. Windows color (decimal): -4054211 or 4006850. OLE color: 4006850.

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

Color convert

RGB 194 35 61 -
CMYK 0 0.82 0.69 0.24
HSL 350.19º 0.69% 0.45% -
HSV(B) 350.19º 0.82% 0.76% -
XYZ 23.69 13.01 5.68 -
YUV 85.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 194 35 61 0 0.82 0.69 0.24 350.19 0.69 0.45
Hex C2 23 3D 0 52 45 18 15E 45 2D
Octal 302 43 75 0 122 105 30 536 105 55
Binary 11000010 100011 111101 0 1010010 1000101 11000 101011110 1000101 101101

Color Harmonies of #C2233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2233D

Black with #C2233D

Text Example


Text Example

White with #C2233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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