Html Css Color HEX #C3033F Cardinal

📋 copy color: '#C3033F'

red 195 ◦ green 3 ◦ blue 63

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

Shades of Cardinal #C3033F

Tints of Cardinal #C3033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 74.71%
G = 1.15%
B = 24.14%

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

#C3033F (or 0xC3033F) is known color: Cardinal. HEX triplet: C3, 03 and 3F. RGB value is (195,3,63). Sum of RGB (Red+Green+Blue) = 195+3+63=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3033F is #3CFCC0. Grayscale: #434343. Windows color (decimal): -3996865 or 4129731. OLE color: 4129731.

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

Color convert

RGB 195 3 63 -
CMYK 0 0.98 0.68 0.24
HSL 341.25º 0.97% 0.39% -
HSV(B) 341.25º 0.98% 0.76% -
XYZ 23.44 12.03 5.79 -
YUV 67.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 195 3 63 0 0.98 0.68 0.24 341.25 0.97 0.39
Hex C3 3 3F 0 62 44 18 155 61 27
Octal 303 3 77 0 142 104 30 525 141 47
Binary 11000011 11 111111 0 1100010 1000100 11000 101010101 1100001 100111

Color Harmonies of #C3033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3033F

Black with #C3033F

Text Example


Text Example

White with #C3033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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