Html Css Color HEX #C2252F Cardinal

📋 copy color: '#C2252F'

red 194 ◦ green 37 ◦ blue 47

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

Shades of Cardinal #C2252F

Tints of Cardinal #C2252F

RGB

 RED value IS 194 (76.17% from 255) = 69.78%

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

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

R = 69.78%
G = 13.31%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2252F (or 0xC2252F) is known color: Cardinal. HEX triplet: C2, 25 and 2F. RGB value is (194,37,47). Sum of RGB (Red+Green+Blue) = 194+37+47=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C2252F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2252F is #3DDAD0. Grayscale: #555555. Windows color (decimal): -4053713 or 3089858. OLE color: 3089858.

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

Color convert

RGB 194 37 47 -
CMYK 0 0.81 0.76 0.24
HSL 356.18º 0.68% 0.45% -
HSV(B) 356.18º 0.81% 0.76% -
XYZ 23.42 13 3.96 -
YUV 85.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 194 37 47 0 0.81 0.76 0.24 356.18 0.68 0.45
Hex C2 25 2F 0 51 4C 18 164 44 2D
Octal 302 45 57 0 121 114 30 544 104 55
Binary 11000010 100101 101111 0 1010001 1001100 11000 101100100 1000100 101101

Color Harmonies of #C2252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2252F

Black with #C2252F

Text Example


Text Example

White with #C2252F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2252F; }

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

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

background-color css

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

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

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

border-color css

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

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

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