Html Css Color HEX #C30331 Cardinal

📋 copy color: '#C30331'

red 195 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #C30331

Tints of Cardinal #C30331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 78.95%
G = 1.21%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C30331 (or 0xC30331) is known color: Cardinal. HEX triplet: C3, 03 and 31. RGB value is (195,3,49). Sum of RGB (Red+Green+Blue) = 195+3+49=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C30331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30331 is #3CFCCE. Grayscale: #414141. Windows color (decimal): -3996879 or 3212227. OLE color: 3212227.

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

Color convert

RGB 195 3 49 -
CMYK 0 0.98 0.75 0.24
HSL 345.63º 0.97% 0.39% -
HSV(B) 345.63º 0.98% 0.76% -
XYZ 23.09 11.89 3.98 -
YUV 65.65 118.61 220.26 -
System Red Green Blue C M Y K H S L
Decimal 195 3 49 0 0.98 0.75 0.24 345.63 0.97 0.39
Hex C3 3 31 0 62 4B 18 15A 61 27
Octal 303 3 61 0 142 113 30 532 141 47
Binary 11000011 11 110001 0 1100010 1001011 11000 101011010 1100001 100111

Color Harmonies of #C30331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30331

Black with #C30331

Text Example


Text Example

White with #C30331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30331; }

 p { color: rgb(195,3,49); }

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

background-color css

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

 a { background-color: rgb(195,3,49); }

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

border-color css

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

 span { border-color: rgb(195,3,49); }

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