Html Css Color HEX #C30D34 Cardinal

📋 copy color: '#C30D34'

red 195 ◦ green 13 ◦ blue 52

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

Shades of Cardinal #C30D34

Tints of Cardinal #C30D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20%

R = 75%
G = 5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C30D34 (or 0xC30D34) is known color: Cardinal. HEX triplet: C3, 0D and 34. RGB value is (195,13,52). Sum of RGB (Red+Green+Blue) = 195+13+52=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D34 is #3CF2CB. Grayscale: #474747. Windows color (decimal): -3994316 or 3411395. OLE color: 3411395.

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

Color convert

RGB 195 13 52 -
CMYK 0 0.93 0.73 0.24
HSL 347.14º 0.88% 0.41% -
HSV(B) 347.14º 0.93% 0.76% -
XYZ 23.27 12.14 4.37 -
YUV 71.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 195 13 52 0 0.93 0.73 0.24 347.14 0.88 0.41
Hex C3 D 34 0 5D 49 18 15B 58 29
Octal 303 15 64 0 135 111 30 533 130 51
Binary 11000011 1101 110100 0 1011101 1001001 11000 101011011 1011000 101001

Color Harmonies of #C30D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D34

Black with #C30D34

Text Example


Text Example

White with #C30D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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