Html Css Color HEX #C8253D Cardinal

📋 copy color: '#C8253D'

red 200 ◦ green 37 ◦ blue 61

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

Shades of Cardinal #C8253D

Tints of Cardinal #C8253D

RGB

 RED value IS 200 (78.52% from 255) = 67.11%

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

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

R = 67.11%
G = 12.42%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8253D (or 0xC8253D) is known color: Cardinal. HEX triplet: C8, 25 and 3D. RGB value is (200,37,61). Sum of RGB (Red+Green+Blue) = 200+37+61=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8253D is #37DAC2. Grayscale: #585858. Windows color (decimal): -3660483 or 4007368. OLE color: 4007368.

HSL color Cylindrical-coordinate representation of color #C8253D: hue angle of 351.17º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8253D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 61 -
CMYK 0 0.82 0.69 0.22
HSL 351.17º 0.69% 0.46% -
HSV(B) 351.17º 0.82% 0.78% -
XYZ 25.32 13.94 5.77 -
YUV 88.47 112.5 207.55 -
System Red Green Blue C M Y K H S L
Decimal 200 37 61 0 0.82 0.69 0.22 351.17 0.69 0.46
Hex C8 25 3D 0 52 45 16 15F 45 2E
Octal 310 45 75 0 122 105 26 537 105 56
Binary 11001000 100101 111101 0 1010010 1000101 10110 101011111 1000101 101110

Color Harmonies of #C8253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8253D

Black with #C8253D

Text Example


Text Example

White with #C8253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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