Html Css Color HEX #C2033B Cardinal

📋 copy color: '#C2033B'

red 194 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #C2033B

Tints of Cardinal #C2033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 75.78%
G = 1.17%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2033B (or 0xC2033B) is known color: Cardinal. HEX triplet: C2, 03 and 3B. RGB value is (194,3,59). Sum of RGB (Red+Green+Blue) = 194+3+59=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C2033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2033B is #3DFCC4. Grayscale: #424242. Windows color (decimal): -4062405 or 3867586. OLE color: 3867586.

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

Color convert

RGB 194 3 59 -
CMYK 0 0.98 0.70 0.24
HSL 342.41º 0.97% 0.39% -
HSV(B) 342.41º 0.98% 0.76% -
XYZ 23.07 11.85 5.21 -
YUV 66.49 123.78 218.95 -
System Red Green Blue C M Y K H S L
Decimal 194 3 59 0 0.98 0.70 0.24 342.41 0.97 0.39
Hex C2 3 3B 0 62 46 18 156 61 27
Octal 302 3 73 0 142 106 30 526 141 47
Binary 11000010 11 111011 0 1100010 1000110 11000 101010110 1100001 100111

Color Harmonies of #C2033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2033B

Black with #C2033B

Text Example


Text Example

White with #C2033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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