Html Css Color HEX #C30C3F Cardinal

📋 copy color: '#C30C3F'

red 195 ◦ green 12 ◦ blue 63

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

Shades of Cardinal #C30C3F

Tints of Cardinal #C30C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

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

R = 72.22%
G = 4.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C30C3F (or 0xC30C3F) is known color: Cardinal. HEX triplet: C3, 0C and 3F. RGB value is (195,12,63). Sum of RGB (Red+Green+Blue) = 195+12+63=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30C3F is #3CF3C0. Grayscale: #484848. Windows color (decimal): -3994561 or 4132035. OLE color: 4132035.

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

Color convert

RGB 195 12 63 -
CMYK 0 0.94 0.68 0.24
HSL 343.28º 0.88% 0.41% -
HSV(B) 343.28º 0.94% 0.76% -
XYZ 23.53 12.22 5.82 -
YUV 72.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 195 12 63 0 0.94 0.68 0.24 343.28 0.88 0.41
Hex C3 C 3F 0 5E 44 18 157 58 29
Octal 303 14 77 0 136 104 30 527 130 51
Binary 11000011 1100 111111 0 1011110 1000100 11000 101010111 1011000 101001

Color Harmonies of #C30C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C3F

Black with #C30C3F

Text Example


Text Example

White with #C30C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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