Html Css Color HEX #C3032F Cardinal

📋 copy color: '#C3032F'

red 195 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #C3032F

Tints of Cardinal #C3032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 47 (18.75% from 255) = 19.18%

R = 79.59%
G = 1.22%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C3032F (or 0xC3032F) is known color: Cardinal. HEX triplet: C3, 03 and 2F. RGB value is (195,3,47). Sum of RGB (Red+Green+Blue) = 195+3+47=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3032F is #3CFCD0. Grayscale: #414141. Windows color (decimal): -3996881 or 3081155. OLE color: 3081155.

HSL color Cylindrical-coordinate representation of color #C3032F: hue angle of 346.25º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3032F is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 47 -
CMYK 0 0.98 0.76 0.24
HSL 346.25º 0.97% 0.39% -
HSV(B) 346.25º 0.98% 0.76% -
XYZ 23.05 11.87 3.77 -
YUV 65.42 117.61 220.42 -
System Red Green Blue C M Y K H S L
Decimal 195 3 47 0 0.98 0.76 0.24 346.25 0.97 0.39
Hex C3 3 2F 0 62 4C 18 15A 61 27
Octal 303 3 57 0 142 114 30 532 141 47
Binary 11000011 11 101111 0 1100010 1001100 11000 101011010 1100001 100111

Color Harmonies of #C3032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3032F

Black with #C3032F

Text Example


Text Example

White with #C3032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3032F; }

 p { color: rgb(195,3,47); }

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

background-color css

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

 a { background-color: rgb(195,3,47); }

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

border-color css

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

 span { border-color: rgb(195,3,47); }

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