Html Css Color HEX #C0253D Cardinal

📋 copy color: '#C0253D'

red 192 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #C0253D

Tints of Cardinal #C0253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 66.21%
G = 12.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0253D (or 0xC0253D) is known color: Cardinal. HEX triplet: C0, 25 and 3D. RGB value is (192,37,61). Sum of RGB (Red+Green+Blue) = 192+37+61=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0253D is #3FDAC2. Grayscale: #565656. Windows color (decimal): -4184771 or 4007360. OLE color: 4007360.

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

Color convert

RGB 192 37 61 -
CMYK 0 0.81 0.68 0.25
HSL 350.71º 0.68% 0.45% -
HSV(B) 350.71º 0.81% 0.75% -
XYZ 23.24 12.87 5.67 -
YUV 86.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 192 37 61 0 0.81 0.68 0.25 350.71 0.68 0.45
Hex C0 25 3D 0 51 44 19 15F 44 2D
Octal 300 45 75 0 121 104 31 537 104 55
Binary 11000000 100101 111101 0 1010001 1000100 11001 101011111 1000100 101101

Color Harmonies of #C0253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0253D

Black with #C0253D

Text Example


Text Example

White with #C0253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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