Html Css Color HEX #C30741 Cardinal

📋 copy color: '#C30741'

red 195 ◦ green 7 ◦ blue 65

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

Shades of Cardinal #C30741

Tints of Cardinal #C30741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 73.03%
G = 2.62%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C30741 (or 0xC30741) is known color: Cardinal. HEX triplet: C3, 07 and 41. RGB value is (195,7,65). Sum of RGB (Red+Green+Blue) = 195+7+65=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C30741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30741 is #3CF8BE. Grayscale: #454545. Windows color (decimal): -3995839 or 4261827. OLE color: 4261827.

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

Color convert

RGB 195 7 65 -
CMYK 0 0.96 0.67 0.24
HSL 341.49º 0.93% 0.4% -
HSV(B) 341.49º 0.96% 0.76% -
XYZ 23.54 12.14 6.1 -
YUV 69.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 195 7 65 0 0.96 0.67 0.24 341.49 0.93 0.4
Hex C3 7 41 0 60 43 18 155 5D 28
Octal 303 7 101 0 140 103 30 525 135 50
Binary 11000011 111 1000001 0 1100000 1000011 11000 101010101 1011101 101000

Color Harmonies of #C30741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30741

Black with #C30741

Text Example


Text Example

White with #C30741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30741; }

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

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

background-color css

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

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

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

border-color css

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

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

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