Html Css Color HEX #CF2144 Cardinal

📋 copy color: '#CF2144'

red 207 ◦ green 33 ◦ blue 68

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

Shades of Cardinal #CF2144

Tints of Cardinal #CF2144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.08%

R = 67.21%
G = 10.71%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF2144 (or 0xCF2144) is known color: Cardinal. HEX triplet: CF, 21 and 44. RGB value is (207,33,68). Sum of RGB (Red+Green+Blue) = 207+33+68=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2144 is #30DEBB. Grayscale: #595959. Windows color (decimal): -3202748 or 4465103. OLE color: 4465103.

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

Color convert

RGB 207 33 68 -
CMYK 0 0.84 0.67 0.19
HSL 347.93º 0.73% 0.47% -
HSV(B) 347.93º 0.84% 0.81% -
XYZ 27.32 14.77 6.88 -
YUV 89.02 116.15 212.15 -
System Red Green Blue C M Y K H S L
Decimal 207 33 68 0 0.84 0.67 0.19 347.93 0.73 0.47
Hex CF 21 44 0 54 43 13 15C 48 2F
Octal 317 41 104 0 124 103 23 534 110 57
Binary 11001111 100001 1000100 0 1010100 1000011 10011 101011100 1001000 101111

Color Harmonies of #CF2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2144

Black with #CF2144

Text Example


Text Example

White with #CF2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2144; }

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

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

background-color css

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

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

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

border-color css

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

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

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