Html Css Color HEX #C8242F Cardinal

📋 copy color: '#C8242F'

red 200 ◦ green 36 ◦ blue 47

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

Shades of Cardinal #C8242F

Tints of Cardinal #C8242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

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

R = 70.67%
G = 12.72%
B = 16.61%

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

#C8242F (or 0xC8242F) is known color: Cardinal. HEX triplet: C8, 24 and 2F. RGB value is (200,36,47). Sum of RGB (Red+Green+Blue) = 200+36+47=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8242F is #37DBD0. Grayscale: #565656. Windows color (decimal): -3660753 or 3089608. OLE color: 3089608.

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

Color convert

RGB 200 36 47 -
CMYK 0 0.82 0.76 0.22
HSL 355.98º 0.69% 0.46% -
HSV(B) 355.98º 0.82% 0.78% -
XYZ 24.96 13.75 4.03 -
YUV 86.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 200 36 47 0 0.82 0.76 0.22 355.98 0.69 0.46
Hex C8 24 2F 0 52 4C 16 164 45 2E
Octal 310 44 57 0 122 114 26 544 105 56
Binary 11001000 100100 101111 0 1010010 1001100 10110 101100100 1000101 101110

Color Harmonies of #C8242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8242F

Black with #C8242F

Text Example


Text Example

White with #C8242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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