Html Css Color HEX #C3223E Cardinal

📋 copy color: '#C3223E'

red 195 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #C3223E

Tints of Cardinal #C3223E

RGB

 RED value IS 195 (76.56% from 255) = 67.01%

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 67.01%
G = 11.68%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3223E (or 0xC3223E) is known color: Cardinal. HEX triplet: C3, 22 and 3E. RGB value is (195,34,62). Sum of RGB (Red+Green+Blue) = 195+34+62=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3223E is #3CDDC1. Grayscale: #555555. Windows color (decimal): -3988930 or 4072131. OLE color: 4072131.

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

Color convert

RGB 195 34 62 -
CMYK 0 0.83 0.68 0.24
HSL 349.57º 0.7% 0.45% -
HSV(B) 349.57º 0.83% 0.76% -
XYZ 23.95 13.09 5.82 -
YUV 85.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 195 34 62 0 0.83 0.68 0.24 349.57 0.7 0.45
Hex C3 22 3E 0 53 44 18 15E 46 2D
Octal 303 42 76 0 123 104 30 536 106 55
Binary 11000011 100010 111110 0 1010011 1000100 11000 101011110 1000110 101101

Color Harmonies of #C3223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3223E

Black with #C3223E

Text Example


Text Example

White with #C3223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3223E; }

 p { color: rgb(195,34,62); }

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

background-color css

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

 a { background-color: rgb(195,34,62); }

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

border-color css

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

 span { border-color: rgb(195,34,62); }

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