Html Css Color HEX #C30738 Cardinal

📋 copy color: '#C30738'

red 195 ◦ green 7 ◦ blue 56

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

Shades of Cardinal #C30738

Tints of Cardinal #C30738

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 75.58%
G = 2.71%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C30738 (or 0xC30738) is known color: Cardinal. HEX triplet: C3, 07 and 38. RGB value is (195,7,56). Sum of RGB (Red+Green+Blue) = 195+7+56=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C30738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30738 is #3CF8C7. Grayscale: #444444. Windows color (decimal): -3995848 or 3672003. OLE color: 3672003.

HSL color Cylindrical-coordinate representation of color #C30738: hue angle of 344.36º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30738 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 7 56 -
CMYK 0 0.96 0.71 0.24
HSL 344.36º 0.93% 0.4% -
HSV(B) 344.36º 0.96% 0.76% -
XYZ 23.3 12.04 4.84 -
YUV 68.8 120.78 218.02 -
System Red Green Blue C M Y K H S L
Decimal 195 7 56 0 0.96 0.71 0.24 344.36 0.93 0.4
Hex C3 7 38 0 60 47 18 158 5D 28
Octal 303 7 70 0 140 107 30 530 135 50
Binary 11000011 111 111000 0 1100000 1000111 11000 101011000 1011101 101000

Color Harmonies of #C30738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30738

Black with #C30738

Text Example


Text Example

White with #C30738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30738; }

 p { color: rgb(195,7,56); }

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

background-color css

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

 a { background-color: rgb(195,7,56); }

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

border-color css

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

 span { border-color: rgb(195,7,56); }

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