Html Css Color HEX #C31241 Cardinal

📋 copy color: '#C31241'

red 195 ◦ green 18 ◦ blue 65

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

Shades of Cardinal #C31241

Tints of Cardinal #C31241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 70.14%
G = 6.47%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C31241 (or 0xC31241) is known color: Cardinal. HEX triplet: C3, 12 and 41. RGB value is (195,18,65). Sum of RGB (Red+Green+Blue) = 195+18+65=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C31241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31241 is #3CEDBE. Grayscale: #4C4C4C. Windows color (decimal): -3993023 or 4264643. OLE color: 4264643.

HSL color Cylindrical-coordinate representation of color #C31241: hue angle of 344.07º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31241 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 65 -
CMYK 0 0.91 0.67 0.24
HSL 344.07º 0.83% 0.42% -
HSV(B) 344.07º 0.91% 0.76% -
XYZ 23.68 12.42 6.15 -
YUV 76.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 195 18 65 0 0.91 0.67 0.24 344.07 0.83 0.42
Hex C3 12 41 0 5B 43 18 158 53 2A
Octal 303 22 101 0 133 103 30 530 123 52
Binary 11000011 10010 1000001 0 1011011 1000011 11000 101011000 1010011 101010

Color Harmonies of #C31241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31241

Black with #C31241

Text Example


Text Example

White with #C31241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31241; }

 p { color: rgb(195,18,65); }

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

background-color css

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

 a { background-color: rgb(195,18,65); }

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

border-color css

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

 span { border-color: rgb(195,18,65); }

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