Html Css Color HEX #C00344 Cardinal

📋 copy color: '#C00344'

red 192 ◦ green 3 ◦ blue 68

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

Shades of Cardinal #C00344

Tints of Cardinal #C00344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 73%
G = 1.14%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C00344 (or 0xC00344) is known color: Cardinal. HEX triplet: C0, 03 and 44. RGB value is (192,3,68). Sum of RGB (Red+Green+Blue) = 192+3+68=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C00344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00344 is #3FFCBB. Grayscale: #424242. Windows color (decimal): -4193468 or 4457408. OLE color: 4457408.

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

Color convert

RGB 192 3 68 -
CMYK 0 0.98 0.65 0.25
HSL 339.37º 0.97% 0.38% -
HSV(B) 339.37º 0.98% 0.75% -
XYZ 22.81 11.69 6.52 -
YUV 66.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 192 3 68 0 0.98 0.65 0.25 339.37 0.97 0.38
Hex C0 3 44 0 62 41 19 153 61 26
Octal 300 3 104 0 142 101 31 523 141 46
Binary 11000000 11 1000100 0 1100010 1000001 11001 101010011 1100001 100110

Color Harmonies of #C00344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00344

Black with #C00344

Text Example


Text Example

White with #C00344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00344; }

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

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

background-color css

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

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

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

border-color css

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

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

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