Html Css Color HEX #CF2331 Cardinal

📋 copy color: '#CF2331'

red 207 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #CF2331

Tints of Cardinal #CF2331

RGB

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

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

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

R = 71.13%
G = 12.03%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF2331 (or 0xCF2331) is known color: Cardinal. HEX triplet: CF, 23 and 31. RGB value is (207,35,49). Sum of RGB (Red+Green+Blue) = 207+35+49=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2331 is #30DCCE. Grayscale: #585858. Windows color (decimal): -3202255 or 3220431. OLE color: 3220431.

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

Color convert

RGB 207 35 49 -
CMYK 0 0.83 0.76 0.19
HSL 355.12º 0.71% 0.47% -
HSV(B) 355.12º 0.83% 0.81% -
XYZ 26.89 14.69 4.32 -
YUV 88.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 207 35 49 0 0.83 0.76 0.19 355.12 0.71 0.47
Hex CF 23 31 0 53 4C 13 163 47 2F
Octal 317 43 61 0 123 114 23 543 107 57
Binary 11001111 100011 110001 0 1010011 1001100 10011 101100011 1000111 101111

Color Harmonies of #CF2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2331

Black with #CF2331

Text Example


Text Example

White with #CF2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2331; }

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

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

background-color css

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

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

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

border-color css

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

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

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