Html Css Color HEX #C4223D Cardinal

📋 copy color: '#C4223D'

red 196 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #C4223D

Tints of Cardinal #C4223D

RGB

 RED value IS 196 (76.95% from 255) = 67.35%

 GREEN value IS 34 (13.67% from 255) = 11.68%

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

R = 67.35%
G = 11.68%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4223D (or 0xC4223D) is known color: Cardinal. HEX triplet: C4, 22 and 3D. RGB value is (196,34,61). Sum of RGB (Red+Green+Blue) = 196+34+61=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4223D is #3BDDC2. Grayscale: #555555. Windows color (decimal): -3923395 or 4006596. OLE color: 4006596.

HSL color Cylindrical-coordinate representation of color #C4223D: hue angle of 350º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4223D is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 61 -
CMYK 0 0.83 0.69 0.23
HSL 350º 0.7% 0.45% -
HSV(B) 350º 0.83% 0.77% -
XYZ 24.18 13.22 5.69 -
YUV 85.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 196 34 61 0 0.83 0.69 0.23 350 0.7 0.45
Hex C4 22 3D 0 53 45 17 15E 46 2D
Octal 304 42 75 0 123 105 27 536 106 55
Binary 11000100 100010 111101 0 1010011 1000101 10111 101011110 1000110 101101

Color Harmonies of #C4223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4223D

Black with #C4223D

Text Example


Text Example

White with #C4223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4223D; }

 p { color: rgb(196,34,61); }

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

background-color css

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

 a { background-color: rgb(196,34,61); }

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

border-color css

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

 span { border-color: rgb(196,34,61); }

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