Html Css Color HEX #C31F33 Cardinal

📋 copy color: '#C31F33'

red 195 ◦ green 31 ◦ blue 51

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

Shades of Cardinal #C31F33

Tints of Cardinal #C31F33

RGB

 RED value IS 195 (76.56% from 255) = 70.4%

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 70.4%
G = 11.19%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C31F33 (or 0xC31F33) is known color: Cardinal. HEX triplet: C3, 1F and 33. RGB value is (195,31,51). Sum of RGB (Red+Green+Blue) = 195+31+51=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31F33 is #3CE0CC. Grayscale: #525252. Windows color (decimal): -3989709 or 3350467. OLE color: 3350467.

HSL color Cylindrical-coordinate representation of color #C31F33: hue angle of 352.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C31F33 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 51 -
CMYK 0 0.84 0.74 0.24
HSL 352.68º 0.73% 0.44% -
HSV(B) 352.68º 0.84% 0.76% -
XYZ 23.59 12.82 4.36 -
YUV 82.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 195 31 51 0 0.84 0.74 0.24 352.68 0.73 0.44
Hex C3 1F 33 0 54 4A 18 161 49 2C
Octal 303 37 63 0 124 112 30 541 111 54
Binary 11000011 11111 110011 0 1010100 1001010 11000 101100001 1001001 101100

Color Harmonies of #C31F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F33

Black with #C31F33

Text Example


Text Example

White with #C31F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F33; }

 p { color: rgb(195,31,51); }

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

background-color css

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

 a { background-color: rgb(195,31,51); }

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

border-color css

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

 span { border-color: rgb(195,31,51); }

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