Html Css Color HEX #C3212F Cardinal

📋 copy color: '#C3212F'

red 195 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #C3212F

Tints of Cardinal #C3212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 70.91%
G = 12%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3212F (or 0xC3212F) is known color: Cardinal. HEX triplet: C3, 21 and 2F. RGB value is (195,33,47). Sum of RGB (Red+Green+Blue) = 195+33+47=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3212F is #3CDED0. Grayscale: #535353. Windows color (decimal): -3989201 or 3088835. OLE color: 3088835.

HSL color Cylindrical-coordinate representation of color #C3212F: hue angle of 354.81º degrees, saturation: 0.71, 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 #C3212F is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 33 47 -
CMYK 0 0.83 0.76 0.24
HSL 354.81º 0.71% 0.45% -
HSV(B) 354.81º 0.83% 0.76% -
XYZ 23.56 12.9 3.94 -
YUV 83.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 195 33 47 0 0.83 0.76 0.24 354.81 0.71 0.45
Hex C3 21 2F 0 53 4C 18 163 47 2D
Octal 303 41 57 0 123 114 30 543 107 55
Binary 11000011 100001 101111 0 1010011 1001100 11000 101100011 1000111 101101

Color Harmonies of #C3212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3212F

Black with #C3212F

Text Example


Text Example

White with #C3212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3212F; }

 p { color: rgb(195,33,47); }

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

background-color css

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

 a { background-color: rgb(195,33,47); }

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

border-color css

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

 span { border-color: rgb(195,33,47); }

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