Html Css Color HEX #C31343 Cardinal

📋 copy color: '#C31343'

red 195 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #C31343

Tints of Cardinal #C31343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.76%

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

R = 69.4%
G = 6.76%
B = 23.84%

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

#C31343 (or 0xC31343) is known color: Cardinal. HEX triplet: C3, 13 and 43. RGB value is (195,19,67). Sum of RGB (Red+Green+Blue) = 195+19+67=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C31343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31343 is #3CECBC. Grayscale: #4D4D4D. Windows color (decimal): -3992765 or 4395971. OLE color: 4395971.

HSL color Cylindrical-coordinate representation of color #C31343: hue angle of 343.64º degrees, saturation: 0.82, 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 #C31343 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 67 -
CMYK 0 0.90 0.66 0.24
HSL 343.64º 0.82% 0.42% -
HSV(B) 343.64º 0.9% 0.76% -
XYZ 23.75 12.47 6.47 -
YUV 77.1 122.31 212.1 -
System Red Green Blue C M Y K H S L
Decimal 195 19 67 0 0.90 0.66 0.24 343.64 0.82 0.42
Hex C3 13 43 0 5A 42 18 158 52 2A
Octal 303 23 103 0 132 102 30 530 122 52
Binary 11000011 10011 1000011 0 1011010 1000010 11000 101011000 1010010 101010

Color Harmonies of #C31343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31343

Black with #C31343

Text Example


Text Example

White with #C31343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31343; }

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

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

background-color css

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

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

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

border-color css

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

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

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