Html Css Color HEX #C3203F Cardinal

📋 copy color: '#C3203F'

red 195 ◦ green 32 ◦ blue 63

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

Shades of Cardinal #C3203F

Tints of Cardinal #C3203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 63 (25% from 255) = 21.72%

R = 67.24%
G = 11.03%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3203F (or 0xC3203F) is known color: Cardinal. HEX triplet: C3, 20 and 3F. RGB value is (195,32,63). Sum of RGB (Red+Green+Blue) = 195+32+63=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3203F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3203F is #3CDFC0. Grayscale: #545454. Windows color (decimal): -3989441 or 4137155. OLE color: 4137155.

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

Color convert

RGB 195 32 63 -
CMYK 0 0.84 0.68 0.24
HSL 348.59º 0.72% 0.45% -
HSV(B) 348.59º 0.84% 0.76% -
XYZ 23.92 12.99 5.95 -
YUV 84.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 195 32 63 0 0.84 0.68 0.24 348.59 0.72 0.45
Hex C3 20 3F 0 54 44 18 15D 48 2D
Octal 303 40 77 0 124 104 30 535 110 55
Binary 11000011 100000 111111 0 1010100 1000100 11000 101011101 1001000 101101

Color Harmonies of #C3203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3203F

Black with #C3203F

Text Example


Text Example

White with #C3203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3203F; }

 p { color: rgb(195,32,63); }

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

background-color css

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

 a { background-color: rgb(195,32,63); }

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

border-color css

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

 span { border-color: rgb(195,32,63); }

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