Html Css Color HEX #C31044 Cardinal

📋 copy color: '#C31044'

red 195 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #C31044

Tints of Cardinal #C31044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.73%

 BLUE value IS 68 (26.95% from 255) = 24.37%

R = 69.89%
G = 5.73%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C31044 (or 0xC31044) is known color: Cardinal. HEX triplet: C3, 10 and 44. RGB value is (195,16,68). Sum of RGB (Red+Green+Blue) = 195+16+68=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C31044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31044 is #3CEFBB. Grayscale: #4B4B4B. Windows color (decimal): -3993532 or 4460739. OLE color: 4460739.

HSL color Cylindrical-coordinate representation of color #C31044: hue angle of 342.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31044 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 68 -
CMYK 0 0.92 0.65 0.24
HSL 342.57º 0.85% 0.41% -
HSV(B) 342.57º 0.92% 0.76% -
XYZ 23.73 12.39 6.61 -
YUV 75.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 195 16 68 0 0.92 0.65 0.24 342.57 0.85 0.41
Hex C3 10 44 0 5C 41 18 157 55 29
Octal 303 20 104 0 134 101 30 527 125 51
Binary 11000011 10000 1000100 0 1011100 1000001 11000 101010111 1010101 101001

Color Harmonies of #C31044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31044

Black with #C31044

Text Example


Text Example

White with #C31044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31044; }

 p { color: rgb(195,16,68); }

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

background-color css

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

 a { background-color: rgb(195,16,68); }

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

border-color css

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

 span { border-color: rgb(195,16,68); }

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