Html Css Color HEX #C31042 Cardinal

📋 copy color: '#C31042'

red 195 ◦ green 16 ◦ blue 66

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

Shades of Cardinal #C31042

Tints of Cardinal #C31042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 70.4%
G = 5.78%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31042 (or 0xC31042) is known color: Cardinal. HEX triplet: C3, 10 and 42. RGB value is (195,16,66). Sum of RGB (Red+Green+Blue) = 195+16+66=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C31042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31042 is #3CEFBD. Grayscale: #4B4B4B. Windows color (decimal): -3993534 or 4329667. OLE color: 4329667.

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

Color convert

RGB 195 16 66 -
CMYK 0 0.92 0.66 0.24
HSL 343.24º 0.85% 0.41% -
HSV(B) 343.24º 0.92% 0.76% -
XYZ 23.67 12.37 6.29 -
YUV 75.22 122.8 213.43 -
System Red Green Blue C M Y K H S L
Decimal 195 16 66 0 0.92 0.66 0.24 343.24 0.85 0.41
Hex C3 10 42 0 5C 42 18 157 55 29
Octal 303 20 102 0 134 102 30 527 125 51
Binary 11000011 10000 1000010 0 1011100 1000010 11000 101010111 1010101 101001

Color Harmonies of #C31042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31042

Black with #C31042

Text Example


Text Example

White with #C31042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31042; }

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

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

background-color css

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

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

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

border-color css

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

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

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