Html Css Color HEX #C8232F Cardinal

📋 copy color: '#C8232F'

red 200 ◦ green 35 ◦ blue 47

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

Shades of Cardinal #C8232F

Tints of Cardinal #C8232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 70.92%
G = 12.41%
B = 16.67%

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

#C8232F (or 0xC8232F) is known color: Cardinal. HEX triplet: C8, 23 and 2F. RGB value is (200,35,47). Sum of RGB (Red+Green+Blue) = 200+35+47=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8232F is #37DCD0. Grayscale: #555555. Windows color (decimal): -3661009 or 3089352. OLE color: 3089352.

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

Color convert

RGB 200 35 47 -
CMYK 0 0.82 0.76 0.22
HSL 355.64º 0.7% 0.46% -
HSV(B) 355.64º 0.83% 0.78% -
XYZ 24.93 13.69 4.02 -
YUV 85.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 200 35 47 0 0.82 0.76 0.22 355.64 0.7 0.46
Hex C8 23 2F 0 52 4C 16 164 46 2E
Octal 310 43 57 0 122 114 26 544 106 56
Binary 11001000 100011 101111 0 1010010 1001100 10110 101100100 1000110 101110

Color Harmonies of #C8232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8232F

Black with #C8232F

Text Example


Text Example

White with #C8232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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