Html Css Color HEX #C3203E Cardinal

📋 copy color: '#C3203E'

red 195 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #C3203E

Tints of Cardinal #C3203E

RGB

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

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

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

R = 67.47%
G = 11.07%
B = 21.45%

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

#C3203E (or 0xC3203E) is known color: Cardinal. HEX triplet: C3, 20 and 3E. RGB value is (195,32,62). Sum of RGB (Red+Green+Blue) = 195+32+62=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3203E is #3CDFC1. Grayscale: #545454. Windows color (decimal): -3989442 or 4071619. OLE color: 4071619.

HSL color Cylindrical-coordinate representation of color #C3203E: hue angle of 348.96º 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 #C3203E is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 32 62 -
CMYK 0 0.84 0.68 0.24
HSL 348.96º 0.72% 0.45% -
HSV(B) 348.96º 0.84% 0.76% -
XYZ 23.89 12.98 5.8 -
YUV 84.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 195 32 62 0 0.84 0.68 0.24 348.96 0.72 0.45
Hex C3 20 3E 0 54 44 18 15D 48 2D
Octal 303 40 76 0 124 104 30 535 110 55
Binary 11000011 100000 111110 0 1010100 1000100 11000 101011101 1001000 101101

Color Harmonies of #C3203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3203E

Black with #C3203E

Text Example


Text Example

White with #C3203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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