Html Css Color HEX #C3043F Cardinal

📋 copy color: '#C3043F'

red 195 ◦ green 4 ◦ blue 63

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

Shades of Cardinal #C3043F

Tints of Cardinal #C3043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 74.43%
G = 1.53%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3043F (or 0xC3043F) is known color: Cardinal. HEX triplet: C3, 04 and 3F. RGB value is (195,4,63). Sum of RGB (Red+Green+Blue) = 195+4+63=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3043F is #3CFBC0. Grayscale: #434343. Windows color (decimal): -3996609 or 4129987. OLE color: 4129987.

HSL color Cylindrical-coordinate representation of color #C3043F: hue angle of 341.47º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3043F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 4 63 -
CMYK 0 0.98 0.68 0.24
HSL 341.47º 0.96% 0.39% -
HSV(B) 341.47º 0.98% 0.76% -
XYZ 23.45 12.05 5.79 -
YUV 67.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 195 4 63 0 0.98 0.68 0.24 341.47 0.96 0.39
Hex C3 4 3F 0 62 44 18 155 60 27
Octal 303 4 77 0 142 104 30 525 140 47
Binary 11000011 100 111111 0 1100010 1000100 11000 101010101 1100000 100111

Color Harmonies of #C3043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3043F

Black with #C3043F

Text Example


Text Example

White with #C3043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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