Html Css Color HEX #C3093F Cardinal

📋 copy color: '#C3093F'

red 195 ◦ green 9 ◦ blue 63

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

Shades of Cardinal #C3093F

Tints of Cardinal #C3093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.37%

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

R = 73.03%
G = 3.37%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3093F (or 0xC3093F) is known color: Cardinal. HEX triplet: C3, 09 and 3F. RGB value is (195,9,63). Sum of RGB (Red+Green+Blue) = 195+9+63=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C3093F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3093F is #3CF6C0. Grayscale: #464646. Windows color (decimal): -3995329 or 4131267. OLE color: 4131267.

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

Color convert

RGB 195 9 63 -
CMYK 0 0.95 0.68 0.24
HSL 342.58º 0.91% 0.4% -
HSV(B) 342.58º 0.95% 0.76% -
XYZ 23.5 12.16 5.81 -
YUV 70.77 123.62 216.61 -
System Red Green Blue C M Y K H S L
Decimal 195 9 63 0 0.95 0.68 0.24 342.58 0.91 0.4
Hex C3 9 3F 0 5F 44 18 157 5B 28
Octal 303 11 77 0 137 104 30 527 133 50
Binary 11000011 1001 111111 0 1011111 1000100 11000 101010111 1011011 101000

Color Harmonies of #C3093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3093F

Black with #C3093F

Text Example


Text Example

White with #C3093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3093F; }

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

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

background-color css

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

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

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

border-color css

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

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

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