Html Css Color HEX #CF2231 Cardinal

📋 copy color: '#CF2231'

red 207 ◦ green 34 ◦ blue 49

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

Shades of Cardinal #CF2231

Tints of Cardinal #CF2231

RGB

 RED value IS 207 (81.25% from 255) = 71.38%

 GREEN value IS 34 (13.67% from 255) = 11.72%

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 71.38%
G = 11.72%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2231 (or 0xCF2231) is known color: Cardinal. HEX triplet: CF, 22 and 31. RGB value is (207,34,49). Sum of RGB (Red+Green+Blue) = 207+34+49=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2231 is #30DDCE. Grayscale: #575757. Windows color (decimal): -3202511 or 3220175. OLE color: 3220175.

HSL color Cylindrical-coordinate representation of color #CF2231: hue angle of 354.8º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2231 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 49 -
CMYK 0 0.84 0.76 0.19
HSL 354.8º 0.72% 0.47% -
HSV(B) 354.8º 0.84% 0.81% -
XYZ 26.86 14.63 4.31 -
YUV 87.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 207 34 49 0 0.84 0.76 0.19 354.8 0.72 0.47
Hex CF 22 31 0 54 4C 13 163 48 2F
Octal 317 42 61 0 124 114 23 543 110 57
Binary 11001111 100010 110001 0 1010100 1001100 10011 101100011 1001000 101111

Color Harmonies of #CF2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2231

Black with #CF2231

Text Example


Text Example

White with #CF2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2231; }

 p { color: rgb(207,34,49); }

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

background-color css

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

 a { background-color: rgb(207,34,49); }

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

border-color css

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

 span { border-color: rgb(207,34,49); }

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