Html Css Color HEX #C31E43 Cardinal

📋 copy color: '#C31E43'

red 195 ◦ green 30 ◦ blue 67

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

Shades of Cardinal #C31E43

Tints of Cardinal #C31E43

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.27%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 66.78%
G = 10.27%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31E43 (or 0xC31E43) is known color: Cardinal. HEX triplet: C3, 1E and 43. RGB value is (195,30,67). Sum of RGB (Red+Green+Blue) = 195+30+67=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E43 is #3CE1BC. Grayscale: #535353. Windows color (decimal): -3989949 or 4398787. OLE color: 4398787.

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

Color convert

RGB 195 30 67 -
CMYK 0 0.85 0.66 0.24
HSL 346.55º 0.73% 0.44% -
HSV(B) 346.55º 0.85% 0.76% -
XYZ 23.98 12.94 6.54 -
YUV 83.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 195 30 67 0 0.85 0.66 0.24 346.55 0.73 0.44
Hex C3 1E 43 0 55 42 18 15B 49 2C
Octal 303 36 103 0 125 102 30 533 111 54
Binary 11000011 11110 1000011 0 1010101 1000010 11000 101011011 1001001 101100

Color Harmonies of #C31E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E43

Black with #C31E43

Text Example


Text Example

White with #C31E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E43; }

 p { color: rgb(195,30,67); }

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

background-color css

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

 a { background-color: rgb(195,30,67); }

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

border-color css

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

 span { border-color: rgb(195,30,67); }

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