Html Css Color HEX #C30D3F Cardinal

📋 copy color: '#C30D3F'

red 195 ◦ green 13 ◦ blue 63

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

Shades of Cardinal #C30D3F

Tints of Cardinal #C30D3F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

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

R = 71.96%
G = 4.8%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C30D3F (or 0xC30D3F) is known color: Cardinal. HEX triplet: C3, 0D and 3F. RGB value is (195,13,63). Sum of RGB (Red+Green+Blue) = 195+13+63=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D3F is #3CF2C0. Grayscale: #494949. Windows color (decimal): -3994305 or 4132291. OLE color: 4132291.

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

Color convert

RGB 195 13 63 -
CMYK 0 0.93 0.68 0.24
HSL 343.52º 0.88% 0.41% -
HSV(B) 343.52º 0.93% 0.76% -
XYZ 23.55 12.25 5.83 -
YUV 73.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 195 13 63 0 0.93 0.68 0.24 343.52 0.88 0.41
Hex C3 D 3F 0 5D 44 18 158 58 29
Octal 303 15 77 0 135 104 30 530 130 51
Binary 11000011 1101 111111 0 1011101 1000100 11000 101011000 1011000 101001

Color Harmonies of #C30D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D3F

Black with #C30D3F

Text Example


Text Example

White with #C30D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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