Html Css Color HEX #CF213F Cardinal

📋 copy color: '#CF213F'

red 207 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #CF213F

Tints of Cardinal #CF213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.79%

R = 68.32%
G = 10.89%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF213F (or 0xCF213F) is known color: Cardinal. HEX triplet: CF, 21 and 3F. RGB value is (207,33,63). Sum of RGB (Red+Green+Blue) = 207+33+63=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF213F is #30DEC0. Grayscale: #585858. Windows color (decimal): -3202753 or 4137423. OLE color: 4137423.

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

Color convert

RGB 207 33 63 -
CMYK 0 0.84 0.70 0.19
HSL 349.66º 0.73% 0.47% -
HSV(B) 349.66º 0.84% 0.81% -
XYZ 27.17 14.71 6.11 -
YUV 88.45 113.65 212.56 -
System Red Green Blue C M Y K H S L
Decimal 207 33 63 0 0.84 0.70 0.19 349.66 0.73 0.47
Hex CF 21 3F 0 54 46 13 15E 48 2F
Octal 317 41 77 0 124 106 23 536 110 57
Binary 11001111 100001 111111 0 1010100 1000110 10011 101011110 1001000 101111

Color Harmonies of #CF213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF213F

Black with #CF213F

Text Example


Text Example

White with #CF213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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