Html Css Color HEX #C30F42 Cardinal

📋 copy color: '#C30F42'

red 195 ◦ green 15 ◦ blue 66

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

Shades of Cardinal #C30F42

Tints of Cardinal #C30F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.43%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 70.65%
G = 5.43%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C30F42 (or 0xC30F42) is known color: Cardinal. HEX triplet: C3, 0F and 42. RGB value is (195,15,66). Sum of RGB (Red+Green+Blue) = 195+15+66=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F42 is #3CF0BD. Grayscale: #4A4A4A. Windows color (decimal): -3993790 or 4329411. OLE color: 4329411.

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

Color convert

RGB 195 15 66 -
CMYK 0 0.92 0.66 0.24
HSL 343º 0.86% 0.41% -
HSV(B) 343º 0.92% 0.76% -
XYZ 23.66 12.34 6.29 -
YUV 74.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 195 15 66 0 0.92 0.66 0.24 343 0.86 0.41
Hex C3 F 42 0 5C 42 18 157 56 29
Octal 303 17 102 0 134 102 30 527 126 51
Binary 11000011 1111 1000010 0 1011100 1000010 11000 101010111 1010110 101001

Color Harmonies of #C30F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F42

Black with #C30F42

Text Example


Text Example

White with #C30F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F42; }

 p { color: rgb(195,15,66); }

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

background-color css

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

 a { background-color: rgb(195,15,66); }

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

border-color css

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

 span { border-color: rgb(195,15,66); }

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