Html Css Color HEX #C30D4B Cardinal

📋 copy color: '#C30D4B'

red 195 ◦ green 13 ◦ blue 75

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

Shades of Cardinal #C30D4B

Tints of Cardinal #C30D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.5%

R = 68.9%
G = 4.59%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C30D4B (or 0xC30D4B) is known color: Cardinal. HEX triplet: C3, 0D and 4B. RGB value is (195,13,75). Sum of RGB (Red+Green+Blue) = 195+13+75=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30D4B is #3CF2B4. Grayscale: #4A4A4A. Windows color (decimal): -3994293 or 4918723. OLE color: 4918723.

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

Color convert

RGB 195 13 75 -
CMYK 0 0.93 0.62 0.24
HSL 339.56º 0.88% 0.41% -
HSV(B) 339.56º 0.93% 0.76% -
XYZ 23.92 12.4 7.79 -
YUV 74.49 128.3 213.96 -
System Red Green Blue C M Y K H S L
Decimal 195 13 75 0 0.93 0.62 0.24 339.56 0.88 0.41
Hex C3 D 4B 0 5D 3E 18 154 58 29
Octal 303 15 113 0 135 76 30 524 130 51
Binary 11000011 1101 1001011 0 1011101 111110 11000 101010100 1011000 101001

Color Harmonies of #C30D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D4B

Black with #C30D4B

Text Example


Text Example

White with #C30D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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