Html Css Color HEX #CF2133 Cardinal

📋 copy color: '#CF2133'

red 207 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #CF2133

Tints of Cardinal #CF2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

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

R = 71.13%
G = 11.34%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CF2133 (or 0xCF2133) is known color: Cardinal. HEX triplet: CF, 21 and 33. RGB value is (207,33,51). Sum of RGB (Red+Green+Blue) = 207+33+51=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2133 is #30DECC. Grayscale: #575757. Windows color (decimal): -3202765 or 3350991. OLE color: 3350991.

HSL color Cylindrical-coordinate representation of color #CF2133: hue angle of 353.79º degrees, saturation: 0.73, 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 #CF2133 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 51 -
CMYK 0 0.84 0.75 0.19
HSL 353.79º 0.73% 0.47% -
HSV(B) 353.79º 0.84% 0.81% -
XYZ 26.87 14.59 4.53 -
YUV 87.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 207 33 51 0 0.84 0.75 0.19 353.79 0.73 0.47
Hex CF 21 33 0 54 4B 13 162 48 2F
Octal 317 41 63 0 124 113 23 542 110 57
Binary 11001111 100001 110011 0 1010100 1001011 10011 101100010 1001000 101111

Color Harmonies of #CF2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2133

Black with #CF2133

Text Example


Text Example

White with #CF2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2133; }

 p { color: rgb(207,33,51); }

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

background-color css

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

 a { background-color: rgb(207,33,51); }

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

border-color css

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

 span { border-color: rgb(207,33,51); }

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