Html Css Color HEX #C3073F Cardinal

📋 copy color: '#C3073F'

red 195 ◦ green 7 ◦ blue 63

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

Shades of Cardinal #C3073F

Tints of Cardinal #C3073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.77%

R = 73.58%
G = 2.64%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3073F (or 0xC3073F) is known color: Cardinal. HEX triplet: C3, 07 and 3F. RGB value is (195,7,63). Sum of RGB (Red+Green+Blue) = 195+7+63=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3073F is #3CF8C0. Grayscale: #454545. Windows color (decimal): -3995841 or 4130755. OLE color: 4130755.

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

Color convert

RGB 195 7 63 -
CMYK 0 0.96 0.68 0.24
HSL 342.13º 0.93% 0.4% -
HSV(B) 342.13º 0.96% 0.76% -
XYZ 23.48 12.11 5.8 -
YUV 69.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 195 7 63 0 0.96 0.68 0.24 342.13 0.93 0.4
Hex C3 7 3F 0 60 44 18 156 5D 28
Octal 303 7 77 0 140 104 30 526 135 50
Binary 11000011 111 111111 0 1100000 1000100 11000 101010110 1011101 101000

Color Harmonies of #C3073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3073F

Black with #C3073F

Text Example


Text Example

White with #C3073F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3073F; }

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

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

background-color css

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

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

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

border-color css

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

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

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