Html Css Color HEX #C0263D Cardinal

📋 copy color: '#C0263D'

red 192 ◦ green 38 ◦ blue 61

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

Shades of Cardinal #C0263D

Tints of Cardinal #C0263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 65.98%
G = 13.06%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0263D (or 0xC0263D) is known color: Cardinal. HEX triplet: C0, 26 and 3D. RGB value is (192,38,61). Sum of RGB (Red+Green+Blue) = 192+38+61=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0263D is #3FD9C2. Grayscale: #565656. Windows color (decimal): -4184515 or 4007616. OLE color: 4007616.

HSL color Cylindrical-coordinate representation of color #C0263D: hue angle of 351.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0263D is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 61 -
CMYK 0 0.80 0.68 0.25
HSL 351.04º 0.67% 0.45% -
HSV(B) 351.04º 0.8% 0.75% -
XYZ 23.27 12.93 5.68 -
YUV 86.67 113.52 203.13 -
System Red Green Blue C M Y K H S L
Decimal 192 38 61 0 0.80 0.68 0.25 351.04 0.67 0.45
Hex C0 26 3D 0 50 44 19 15F 43 2D
Octal 300 46 75 0 120 104 31 537 103 55
Binary 11000000 100110 111101 0 1010000 1000100 11001 101011111 1000011 101101

Color Harmonies of #C0263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0263D

Black with #C0263D

Text Example


Text Example

White with #C0263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0263D; }

 p { color: rgb(192,38,61); }

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

background-color css

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

 a { background-color: rgb(192,38,61); }

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

border-color css

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

 span { border-color: rgb(192,38,61); }

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