Html Css Color HEX #C00633 Cardinal

📋 copy color: '#C00633'

red 192 ◦ green 6 ◦ blue 51

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

Shades of Cardinal #C00633

Tints of Cardinal #C00633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.48%

R = 77.11%
G = 2.41%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C00633 (or 0xC00633) is known color: Cardinal. HEX triplet: C0, 06 and 33. RGB value is (192,6,51). Sum of RGB (Red+Green+Blue) = 192+6+51=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00633 is #3FF9CC. Grayscale: #424242. Windows color (decimal): -4192717 or 3344064. OLE color: 3344064.

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

Color convert

RGB 192 6 51 -
CMYK 0 0.97 0.73 0.25
HSL 345.48º 0.94% 0.39% -
HSV(B) 345.48º 0.97% 0.75% -
XYZ 22.4 11.58 4.19 -
YUV 66.74 119.12 217.34 -
System Red Green Blue C M Y K H S L
Decimal 192 6 51 0 0.97 0.73 0.25 345.48 0.94 0.39
Hex C0 6 33 0 61 49 19 159 5E 27
Octal 300 6 63 0 141 111 31 531 136 47
Binary 11000000 110 110011 0 1100001 1001001 11001 101011001 1011110 100111

Color Harmonies of #C00633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00633

Black with #C00633

Text Example


Text Example

White with #C00633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00633; }

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

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

background-color css

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

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

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

border-color css

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

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

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