Html Css Color HEX #C00631 Cardinal

📋 copy color: '#C00631'

red 192 ◦ green 6 ◦ blue 49

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

Shades of Cardinal #C00631

Tints of Cardinal #C00631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

 BLUE value IS 49 (19.53% from 255) = 19.84%

R = 77.73%
G = 2.43%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00631 (or 0xC00631) is known color: Cardinal. HEX triplet: C0, 06 and 31. RGB value is (192,6,49). Sum of RGB (Red+Green+Blue) = 192+6+49=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C00631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00631 is #3FF9CE. Grayscale: #424242. Windows color (decimal): -4192719 or 3212992. OLE color: 3212992.

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

Color convert

RGB 192 6 49 -
CMYK 0 0.97 0.74 0.25
HSL 346.13º 0.94% 0.39% -
HSV(B) 346.13º 0.97% 0.75% -
XYZ 22.36 11.56 3.96 -
YUV 66.52 118.12 217.5 -
System Red Green Blue C M Y K H S L
Decimal 192 6 49 0 0.97 0.74 0.25 346.13 0.94 0.39
Hex C0 6 31 0 61 4A 19 15A 5E 27
Octal 300 6 61 0 141 112 31 532 136 47
Binary 11000000 110 110001 0 1100001 1001010 11001 101011010 1011110 100111

Color Harmonies of #C00631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00631

Black with #C00631

Text Example


Text Example

White with #C00631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00631; }

 p { color: rgb(192,6,49); }

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

background-color css

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

 a { background-color: rgb(192,6,49); }

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

border-color css

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

 span { border-color: rgb(192,6,49); }

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