Html Css Color HEX #C31E34 Cardinal

📋 copy color: '#C31E34'

red 195 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #C31E34

Tints of Cardinal #C31E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 70.4%
G = 10.83%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C31E34 (or 0xC31E34) is known color: Cardinal. HEX triplet: C3, 1E and 34. RGB value is (195,30,52). Sum of RGB (Red+Green+Blue) = 195+30+52=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E34 is #3CE1CB. Grayscale: #515151. Windows color (decimal): -3989964 or 3415747. OLE color: 3415747.

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

Color convert

RGB 195 30 52 -
CMYK 0 0.85 0.73 0.24
HSL 352º 0.73% 0.44% -
HSV(B) 352º 0.85% 0.76% -
XYZ 23.59 12.78 4.47 -
YUV 81.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 195 30 52 0 0.85 0.73 0.24 352 0.73 0.44
Hex C3 1E 34 0 55 49 18 160 49 2C
Octal 303 36 64 0 125 111 30 540 111 54
Binary 11000011 11110 110100 0 1010101 1001001 11000 101100000 1001001 101100

Color Harmonies of #C31E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E34

Black with #C31E34

Text Example


Text Example

White with #C31E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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