Html Css Color HEX #C31442 Cardinal

📋 copy color: '#C31442'

red 195 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #C31442

Tints of Cardinal #C31442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 69.4%
G = 7.12%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31442 (or 0xC31442) is known color: Cardinal. HEX triplet: C3, 14 and 42. RGB value is (195,20,66). Sum of RGB (Red+Green+Blue) = 195+20+66=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C31442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31442 is #3CEBBD. Grayscale: #4D4D4D. Windows color (decimal): -3992510 or 4330691. OLE color: 4330691.

HSL color Cylindrical-coordinate representation of color #C31442: hue angle of 344.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31442 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 20 66 -
CMYK 0 0.90 0.66 0.24
HSL 344.23º 0.81% 0.42% -
HSV(B) 344.23º 0.9% 0.76% -
XYZ 23.74 12.5 6.31 -
YUV 77.57 121.48 211.76 -
System Red Green Blue C M Y K H S L
Decimal 195 20 66 0 0.90 0.66 0.24 344.23 0.81 0.42
Hex C3 14 42 0 5A 42 18 158 51 2A
Octal 303 24 102 0 132 102 30 530 121 52
Binary 11000011 10100 1000010 0 1011010 1000010 11000 101011000 1010001 101010

Color Harmonies of #C31442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31442

Black with #C31442

Text Example


Text Example

White with #C31442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31442; }

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

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

background-color css

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

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

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

border-color css

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

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

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