Html Css Color HEX #C31E3E Cardinal

📋 copy color: '#C31E3E'

red 195 ◦ green 30 ◦ blue 62

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

Shades of Cardinal #C31E3E

Tints of Cardinal #C31E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 67.94%
G = 10.45%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C31E3E (or 0xC31E3E) is known color: Cardinal. HEX triplet: C3, 1E and 3E. RGB value is (195,30,62). Sum of RGB (Red+Green+Blue) = 195+30+62=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31E3E is #3CE1C1. Grayscale: #535353. Windows color (decimal): -3989954 or 4071107. OLE color: 4071107.

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

Color convert

RGB 195 30 62 -
CMYK 0 0.85 0.68 0.24
HSL 348.36º 0.73% 0.44% -
HSV(B) 348.36º 0.85% 0.76% -
XYZ 23.84 12.88 5.79 -
YUV 82.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 195 30 62 0 0.85 0.68 0.24 348.36 0.73 0.44
Hex C3 1E 3E 0 55 44 18 15C 49 2C
Octal 303 36 76 0 125 104 30 534 111 54
Binary 11000011 11110 111110 0 1010101 1000100 11000 101011100 1001001 101100

Color Harmonies of #C31E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E3E

Black with #C31E3E

Text Example


Text Example

White with #C31E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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