Html Css Color HEX #C30F3E Cardinal

📋 copy color: '#C30F3E'

red 195 ◦ green 15 ◦ blue 62

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

Shades of Cardinal #C30F3E

Tints of Cardinal #C30F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 71.69%
G = 5.51%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C30F3E (or 0xC30F3E) is known color: Cardinal. HEX triplet: C3, 0F and 3E. RGB value is (195,15,62). Sum of RGB (Red+Green+Blue) = 195+15+62=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F3E is #3CF0C1. Grayscale: #4A4A4A. Windows color (decimal): -3993794 or 4067267. OLE color: 4067267.

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

Color convert

RGB 195 15 62 -
CMYK 0 0.92 0.68 0.24
HSL 344.33º 0.86% 0.41% -
HSV(B) 344.33º 0.92% 0.76% -
XYZ 23.55 12.29 5.69 -
YUV 74.18 121.13 214.18 -
System Red Green Blue C M Y K H S L
Decimal 195 15 62 0 0.92 0.68 0.24 344.33 0.86 0.41
Hex C3 F 3E 0 5C 44 18 158 56 29
Octal 303 17 76 0 134 104 30 530 126 51
Binary 11000011 1111 111110 0 1011100 1000100 11000 101011000 1010110 101001

Color Harmonies of #C30F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F3E

Black with #C30F3E

Text Example


Text Example

White with #C30F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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