Html Css Color HEX #C0033D Cardinal

📋 copy color: '#C0033D'

red 192 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #C0033D

Tints of Cardinal #C0033D

RGB

 RED value IS 192 (75.39% from 255) = 75%

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

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

R = 75%
G = 1.17%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0033D (or 0xC0033D) is known color: Cardinal. HEX triplet: C0, 03 and 3D. RGB value is (192,3,61). Sum of RGB (Red+Green+Blue) = 192+3+61=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0033D is #3FFCC2. Grayscale: #424242. Windows color (decimal): -4193475 or 3998656. OLE color: 3998656.

HSL color Cylindrical-coordinate representation of color #C0033D: hue angle of 341.59º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0033D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 3 61 -
CMYK 0 0.98 0.68 0.25
HSL 341.59º 0.97% 0.38% -
HSV(B) 341.59º 0.98% 0.75% -
XYZ 22.61 11.61 5.46 -
YUV 66.12 125.12 217.78 -
System Red Green Blue C M Y K H S L
Decimal 192 3 61 0 0.98 0.68 0.25 341.59 0.97 0.38
Hex C0 3 3D 0 62 44 19 156 61 26
Octal 300 3 75 0 142 104 31 526 141 46
Binary 11000000 11 111101 0 1100010 1000100 11001 101010110 1100001 100110

Color Harmonies of #C0033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0033D

Black with #C0033D

Text Example


Text Example

White with #C0033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0033D; }

 p { color: rgb(192,3,61); }

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

background-color css

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

 a { background-color: rgb(192,3,61); }

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

border-color css

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

 span { border-color: rgb(192,3,61); }

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