Html Css Color HEX #C2032F Cardinal

📋 copy color: '#C2032F'

red 194 ◦ green 3 ◦ blue 47

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

Shades of Cardinal #C2032F

Tints of Cardinal #C2032F

RGB

 RED value IS 194 (76.17% from 255) = 79.51%

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

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

R = 79.51%
G = 1.23%
B = 19.26%

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

#C2032F (or 0xC2032F) is known color: Cardinal. HEX triplet: C2, 03 and 2F. RGB value is (194,3,47). Sum of RGB (Red+Green+Blue) = 194+3+47=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2032F is #3DFCD0. Grayscale: #414141. Windows color (decimal): -4062417 or 3081154. OLE color: 3081154.

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

Color convert

RGB 194 3 47 -
CMYK 0 0.98 0.76 0.24
HSL 346.18º 0.97% 0.39% -
HSV(B) 346.18º 0.98% 0.76% -
XYZ 22.79 11.74 3.75 -
YUV 65.13 117.78 219.92 -
System Red Green Blue C M Y K H S L
Decimal 194 3 47 0 0.98 0.76 0.24 346.18 0.97 0.39
Hex C2 3 2F 0 62 4C 18 15A 61 27
Octal 302 3 57 0 142 114 30 532 141 47
Binary 11000010 11 101111 0 1100010 1001100 11000 101011010 1100001 100111

Color Harmonies of #C2032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2032F

Black with #C2032F

Text Example


Text Example

White with #C2032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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