Html Css Color HEX #C00635 Cardinal

📋 copy color: '#C00635'

red 192 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #C00635

Tints of Cardinal #C00635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.12%

R = 76.49%
G = 2.39%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00635 (or 0xC00635) is known color: Cardinal. HEX triplet: C0, 06 and 35. RGB value is (192,6,53). Sum of RGB (Red+Green+Blue) = 192+6+53=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00635 is #3FF9CA. Grayscale: #424242. Windows color (decimal): -4192715 or 3475136. OLE color: 3475136.

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

Color convert

RGB 192 6 53 -
CMYK 0 0.97 0.72 0.25
HSL 344.84º 0.94% 0.39% -
HSV(B) 344.84º 0.97% 0.75% -
XYZ 22.45 11.59 4.42 -
YUV 66.97 120.12 217.18 -
System Red Green Blue C M Y K H S L
Decimal 192 6 53 0 0.97 0.72 0.25 344.84 0.94 0.39
Hex C0 6 35 0 61 48 19 159 5E 27
Octal 300 6 65 0 141 110 31 531 136 47
Binary 11000000 110 110101 0 1100001 1001000 11001 101011001 1011110 100111

Color Harmonies of #C00635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00635

Black with #C00635

Text Example


Text Example

White with #C00635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00635; }

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

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

background-color css

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

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

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

border-color css

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

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

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