Html Css Color HEX #C2003D Cardinal

📋 copy color: '#C2003D'

red 194 ◦ green 0 ◦ blue 61

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

Shades of Cardinal #C2003D

Tints of Cardinal #C2003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 23.92%

R = 76.08%
G = 0%
B = 23.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2003D (or 0xC2003D) is known color: Cardinal. HEX triplet: C2, 00 and 3D. RGB value is (194,0,61). Sum of RGB (Red+Green+Blue) = 194+0+61=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2003D is #3DFFC2. Grayscale: #404040. Windows color (decimal): -4063171 or 3997890. OLE color: 3997890.

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

Color convert

RGB 194 0 61 -
CMYK 0 1 0.69 0.24
HSL 341.13º 1% 0.38% -
HSV(B) 341.13º 1% 0.76% -
XYZ 23.09 11.81 5.48 -
YUV 64.96 125.77 220.04 -
System Red Green Blue C M Y K H S L
Decimal 194 0 61 0 1 0.69 0.24 341.13 1 0.38
Hex C2 0 3D 0 64 45 18 155 64 26
Octal 302 0 75 0 144 105 30 525 144 46
Binary 11000010 0 111101 0 1100100 1000101 11000 101010101 1100100 100110

Color Harmonies of #C2003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2003D

Black with #C2003D

Text Example


Text Example

White with #C2003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2003D; }

 p { color: rgb(194,0,61); }

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

background-color css

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

 a { background-color: rgb(194,0,61); }

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

border-color css

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

 span { border-color: rgb(194,0,61); }

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