Html Css Color HEX #C8252F Cardinal

📋 copy color: '#C8252F'

red 200 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #C8252F

Tints of Cardinal #C8252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.55%

R = 70.42%
G = 13.03%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8252F (or 0xC8252F) is known color: Cardinal. HEX triplet: C8, 25 and 2F. RGB value is (200,37,47). Sum of RGB (Red+Green+Blue) = 200+37+47=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8252F is #37DAD0. Grayscale: #575757. Windows color (decimal): -3660497 or 3089864. OLE color: 3089864.

HSL color Cylindrical-coordinate representation of color #C8252F: hue angle of 356.32º 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 #C8252F is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 47 -
CMYK 0 0.82 0.76 0.22
HSL 356.32º 0.69% 0.46% -
HSV(B) 356.32º 0.82% 0.78% -
XYZ 24.99 13.81 4.04 -
YUV 86.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 200 37 47 0 0.82 0.76 0.22 356.32 0.69 0.46
Hex C8 25 2F 0 52 4C 16 164 45 2E
Octal 310 45 57 0 122 114 26 544 105 56
Binary 11001000 100101 101111 0 1010010 1001100 10110 101100100 1000101 101110

Color Harmonies of #C8252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8252F

Black with #C8252F

Text Example


Text Example

White with #C8252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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