Html Css Color HEX #C20334 Cardinal

📋 copy color: '#C20334'

red 194 ◦ green 3 ◦ blue 52

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

Shades of Cardinal #C20334

Tints of Cardinal #C20334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 77.91%
G = 1.2%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C20334 (or 0xC20334) is known color: Cardinal. HEX triplet: C2, 03 and 34. RGB value is (194,3,52). Sum of RGB (Red+Green+Blue) = 194+3+52=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C20334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20334 is #3DFCCB. Grayscale: #414141. Windows color (decimal): -4062412 or 3408834. OLE color: 3408834.

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

Color convert

RGB 194 3 52 -
CMYK 0 0.98 0.73 0.24
HSL 344.61º 0.97% 0.39% -
HSV(B) 344.61º 0.98% 0.76% -
XYZ 22.9 11.78 4.32 -
YUV 65.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 194 3 52 0 0.98 0.73 0.24 344.61 0.97 0.39
Hex C2 3 34 0 62 49 18 159 61 27
Octal 302 3 64 0 142 111 30 531 141 47
Binary 11000010 11 110100 0 1100010 1001001 11000 101011001 1100001 100111

Color Harmonies of #C20334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20334

Black with #C20334

Text Example


Text Example

White with #C20334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20334; }

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

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

background-color css

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

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

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

border-color css

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

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

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