Html Css Color HEX #C3123F Cardinal

📋 copy color: '#C3123F'

red 195 ◦ green 18 ◦ blue 63

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

Shades of Cardinal #C3123F

Tints of Cardinal #C3123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.83%

R = 70.65%
G = 6.52%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3123F (or 0xC3123F) is known color: Cardinal. HEX triplet: C3, 12 and 3F. RGB value is (195,18,63). Sum of RGB (Red+Green+Blue) = 195+18+63=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C3123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3123F is #3CEDC0. Grayscale: #4C4C4C. Windows color (decimal): -3993025 or 4133571. OLE color: 4133571.

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

Color convert

RGB 195 18 63 -
CMYK 0 0.91 0.68 0.24
HSL 344.75º 0.83% 0.42% -
HSV(B) 344.75º 0.91% 0.76% -
XYZ 23.62 12.39 5.85 -
YUV 76.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 195 18 63 0 0.91 0.68 0.24 344.75 0.83 0.42
Hex C3 12 3F 0 5B 44 18 159 53 2A
Octal 303 22 77 0 133 104 30 531 123 52
Binary 11000011 10010 111111 0 1011011 1000100 11000 101011001 1010011 101010

Color Harmonies of #C3123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3123F

Black with #C3123F

Text Example


Text Example

White with #C3123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3123F; }

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

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

background-color css

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

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

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

border-color css

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

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

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