Html Css Color HEX #C31F42 Cardinal

📋 copy color: '#C31F42'

red 195 ◦ green 31 ◦ blue 66

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

Shades of Cardinal #C31F42

Tints of Cardinal #C31F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

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

R = 66.78%
G = 10.62%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31F42 (or 0xC31F42) is known color: Cardinal. HEX triplet: C3, 1F and 42. RGB value is (195,31,66). Sum of RGB (Red+Green+Blue) = 195+31+66=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F42 is #3CE0BD. Grayscale: #545454. Windows color (decimal): -3989694 or 4333507. OLE color: 4333507.

HSL color Cylindrical-coordinate representation of color #C31F42: hue angle of 347.2º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F42 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 66 -
CMYK 0 0.84 0.66 0.24
HSL 347.2º 0.73% 0.44% -
HSV(B) 347.2º 0.84% 0.76% -
XYZ 23.98 12.98 6.39 -
YUV 84.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 195 31 66 0 0.84 0.66 0.24 347.2 0.73 0.44
Hex C3 1F 42 0 54 42 18 15B 49 2C
Octal 303 37 102 0 124 102 30 533 111 54
Binary 11000011 11111 1000010 0 1010100 1000010 11000 101011011 1001001 101100

Color Harmonies of #C31F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F42

Black with #C31F42

Text Example


Text Example

White with #C31F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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