Html Css Color HEX #C30F37 Cardinal

📋 copy color: '#C30F37'

red 195 ◦ green 15 ◦ blue 55

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

Shades of Cardinal #C30F37

Tints of Cardinal #C30F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 73.58%
G = 5.66%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C30F37 (or 0xC30F37) is known color: Cardinal. HEX triplet: C3, 0F and 37. RGB value is (195,15,55). Sum of RGB (Red+Green+Blue) = 195+15+55=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F37 is #3CF0C8. Grayscale: #494949. Windows color (decimal): -3993801 or 3608515. OLE color: 3608515.

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

Color convert

RGB 195 15 55 -
CMYK 0 0.92 0.72 0.24
HSL 346.67º 0.86% 0.41% -
HSV(B) 346.67º 0.92% 0.76% -
XYZ 23.37 12.22 4.74 -
YUV 73.38 117.63 214.75 -
System Red Green Blue C M Y K H S L
Decimal 195 15 55 0 0.92 0.72 0.24 346.67 0.86 0.41
Hex C3 F 37 0 5C 48 18 15B 56 29
Octal 303 17 67 0 134 110 30 533 126 51
Binary 11000011 1111 110111 0 1011100 1001000 11000 101011011 1010110 101001

Color Harmonies of #C30F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F37

Black with #C30F37

Text Example


Text Example

White with #C30F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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