Html Css Color HEX #C00638 Cardinal

📋 copy color: '#C00638'

red 192 ◦ green 6 ◦ blue 56

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

Shades of Cardinal #C00638

Tints of Cardinal #C00638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 75.59%
G = 2.36%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C00638 (or 0xC00638) is known color: Cardinal. HEX triplet: C0, 06 and 38. RGB value is (192,6,56). Sum of RGB (Red+Green+Blue) = 192+6+56=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C00638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00638 is #3FF9C7. Grayscale: #434343. Windows color (decimal): -4192712 or 3671744. OLE color: 3671744.

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

Color convert

RGB 192 6 56 -
CMYK 0 0.97 0.71 0.25
HSL 343.87º 0.94% 0.39% -
HSV(B) 343.87º 0.97% 0.75% -
XYZ 22.52 11.62 4.8 -
YUV 67.31 121.62 216.93 -
System Red Green Blue C M Y K H S L
Decimal 192 6 56 0 0.97 0.71 0.25 343.87 0.94 0.39
Hex C0 6 38 0 61 47 19 158 5E 27
Octal 300 6 70 0 141 107 31 530 136 47
Binary 11000000 110 111000 0 1100001 1000111 11001 101011000 1011110 100111

Color Harmonies of #C00638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00638

Black with #C00638

Text Example


Text Example

White with #C00638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00638; }

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

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

background-color css

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

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

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

border-color css

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

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

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