Html Css Color HEX #C3053F Cardinal

📋 copy color: '#C3053F'

red 195 ◦ green 5 ◦ blue 63

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

Shades of Cardinal #C3053F

Tints of Cardinal #C3053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

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

R = 74.14%
G = 1.9%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3053F (or 0xC3053F) is known color: Cardinal. HEX triplet: C3, 05 and 3F. RGB value is (195,5,63). Sum of RGB (Red+Green+Blue) = 195+5+63=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3053F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3053F is #3CFAC0. Grayscale: #444444. Windows color (decimal): -3996353 or 4130243. OLE color: 4130243.

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

Color convert

RGB 195 5 63 -
CMYK 0 0.97 0.68 0.24
HSL 341.68º 0.95% 0.39% -
HSV(B) 341.68º 0.97% 0.76% -
XYZ 23.46 12.07 5.8 -
YUV 68.42 124.95 218.28 -
System Red Green Blue C M Y K H S L
Decimal 195 5 63 0 0.97 0.68 0.24 341.68 0.95 0.39
Hex C3 5 3F 0 61 44 18 156 5F 27
Octal 303 5 77 0 141 104 30 526 137 47
Binary 11000011 101 111111 0 1100001 1000100 11000 101010110 1011111 100111

Color Harmonies of #C3053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3053F

Black with #C3053F

Text Example


Text Example

White with #C3053F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3053F; }

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

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

background-color css

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

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

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

border-color css

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

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

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