Html Css Color HEX #C31043 Cardinal

📋 copy color: '#C31043'

red 195 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #C31043

Tints of Cardinal #C31043

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

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

R = 70.14%
G = 5.76%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C31043 (or 0xC31043) is known color: Cardinal. HEX triplet: C3, 10 and 43. RGB value is (195,16,67). Sum of RGB (Red+Green+Blue) = 195+16+67=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C31043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31043 is #3CEFBC. Grayscale: #4B4B4B. Windows color (decimal): -3993533 or 4395203. OLE color: 4395203.

HSL color Cylindrical-coordinate representation of color #C31043: hue angle of 342.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31043 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 16 67 -
CMYK 0 0.92 0.66 0.24
HSL 342.91º 0.85% 0.41% -
HSV(B) 342.91º 0.92% 0.76% -
XYZ 23.7 12.38 6.45 -
YUV 75.34 123.3 213.35 -
System Red Green Blue C M Y K H S L
Decimal 195 16 67 0 0.92 0.66 0.24 342.91 0.85 0.41
Hex C3 10 43 0 5C 42 18 157 55 29
Octal 303 20 103 0 134 102 30 527 125 51
Binary 11000011 10000 1000011 0 1011100 1000010 11000 101010111 1010101 101001

Color Harmonies of #C31043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31043

Black with #C31043

Text Example


Text Example

White with #C31043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31043; }

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

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

background-color css

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

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

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

border-color css

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

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

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