Html Css Color HEX #CF2138 Cardinal

📋 copy color: '#CF2138'

red 207 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #CF2138

Tints of Cardinal #CF2138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.92%

R = 69.93%
G = 11.15%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CF2138 (or 0xCF2138) is known color: Cardinal. HEX triplet: CF, 21 and 38. RGB value is (207,33,56). Sum of RGB (Red+Green+Blue) = 207+33+56=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2138 is #30DEC7. Grayscale: #575757. Windows color (decimal): -3202760 or 3678671. OLE color: 3678671.

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

Color convert

RGB 207 33 56 -
CMYK 0 0.84 0.73 0.19
HSL 352.07º 0.73% 0.47% -
HSV(B) 352.07º 0.84% 0.81% -
XYZ 26.99 14.64 5.14 -
YUV 87.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 207 33 56 0 0.84 0.73 0.19 352.07 0.73 0.47
Hex CF 21 38 0 54 49 13 160 48 2F
Octal 317 41 70 0 124 111 23 540 110 57
Binary 11001111 100001 111000 0 1010100 1001001 10011 101100000 1001000 101111

Color Harmonies of #CF2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2138

Black with #CF2138

Text Example


Text Example

White with #CF2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2138; }

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

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

background-color css

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

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

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

border-color css

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

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

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